diff options
Diffstat (limited to 'share.BSD/Makefile')
-rw-r--r-- | share.BSD/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share.BSD/Makefile b/share.BSD/Makefile new file mode 100644 index 00000000..73872aab --- /dev/null +++ b/share.BSD/Makefile @@ -0,0 +1,6 @@ +DIR = /usr/share/baselayout +FILES = fstab group +FILES_SECURE = master.passwd + +TOPDIR = .. +include $(TOPDIR)/default.mk |