diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 654483e0..32d87b9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ install: # not installed by default, only comes from sources. install-test: install -s -m 755 testd $(ROOT)/usr/sbin/testd - install -m 755 testdinit $(ROOT)/etc/rc.d/init.d/testd + install -m 755 testdinit $(ROOT)/etc/init.d/testd ipcalc: ipcalc.o $(CC) $(LDFLAGS) -o $@ $< /usr/lib/libpopt.a |