diff options
Diffstat (limited to 'etc/pkg/Makefile')
-rw-r--r-- | etc/pkg/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/pkg/Makefile b/etc/pkg/Makefile new file mode 100644 index 000000000000..abc8c64ca5cb --- /dev/null +++ b/etc/pkg/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +NO_OBJ= + +FILES= FreeBSD.conf + +FILESDIR= /etc/pkg +FILESMODE= 644 + +.include <bsd.prog.mk> |