From d056f34b3633cfdaba110d2f791a09d9a564773d Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 16 Jan 2002 12:18:22 +0000 Subject: 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. --- etc/mtree/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/mtree/Makefile (limited to 'etc/mtree') 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 -- cgit v1.1