diff options
author | bde <bde@FreeBSD.org> | 2002-01-16 12:18:22 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-01-16 12:18:22 +0000 |
commit | d056f34b3633cfdaba110d2f791a09d9a564773d (patch) | |
tree | d86d32d66888751d174cb08b018783e72ce90b74 /etc/mtree | |
parent | dcad47177ba00566a8975ffc2c257f56001b721d (diff) | |
download | FreeBSD-src-d056f34b3633cfdaba110d2f791a09d9a564773d.zip FreeBSD-src-d056f34b3633cfdaba110d2f791a09d9a564773d.tar.gz |
Added this makefile. This is not attached to the build yet. I often
install parts of /etc manually and it helps to have a makefile for
each subdir even if the main makefile doesn't invoke it.
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile new file mode 100644 index 0000000..f5c6b97 --- /dev/null +++ b/etc/mtree/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +FILES= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \ + BSD.var.dist BSD.x11-4.dist BSD.x11.dist +NOOBJ= noobj +FILESDIR= /etc/mtree + +.include <bsd.prog.mk> |