diff options
Diffstat (limited to 'init.d.FreeBSD/Makefile')
-rw-r--r-- | init.d.FreeBSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.FreeBSD/Makefile b/init.d.FreeBSD/Makefile index e6cb6ac9..47cbedc7 100644 --- a/init.d.FreeBSD/Makefile +++ b/init.d.FreeBSD/Makefile @@ -1,4 +1,4 @@ -DIR= /etc/init.d +DIR= ${INITDIR} SRCS= clock.in devd.in dumpon.in ipfw.in mixer.in nscd.in powerd.in syscons.in BIN= ${OBJS} |