diff options
Diffstat (limited to 'bsdconfig/dot/Makefile')
-rw-r--r-- | bsdconfig/dot/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bsdconfig/dot/Makefile b/bsdconfig/dot/Makefile new file mode 100644 index 000000000000..ccd10b449cb6 --- /dev/null +++ b/bsdconfig/dot/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +SUBDIR= include + +FILESDIR= ${LIBEXECDIR}/bsdconfig/dot +FILES= INDEX USAGE + +SCRIPTSDIR= ${FILESDIR} +SCRIPTS= dot + +.include <bsd.prog.mk> |