diff options
Diffstat (limited to 'init.d.BSD/Makefile')
-rw-r--r-- | init.d.BSD/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile new file mode 100644 index 00000000..0808c286 --- /dev/null +++ b/init.d.BSD/Makefile @@ -0,0 +1,5 @@ +DIR = /etc/init.d +EXES = clock + +TOPDIR = .. +include $(TOPDIR)/default.mk |