diff options
Diffstat (limited to 'init.d.NetBSD/Makefile')
-rw-r--r-- | init.d.NetBSD/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d.NetBSD/Makefile b/init.d.NetBSD/Makefile new file mode 100644 index 00000000..da0be63d --- /dev/null +++ b/init.d.NetBSD/Makefile @@ -0,0 +1,5 @@ +DIR= /etc/init.d +BIN= ${CONTENTS} + +MK= ../mk +include ${MK}/scripts.mk |