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