aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
new file mode 100644
index 000000000000..cd93a227fa6f
--- /dev/null
+++ b/usr.sbin/pw/Makefile
@@ -0,0 +1,17 @@
+PACKAGE= runtime
+PROG= pw
+MAN= pw.conf.5 pw.8
+SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
+ grupd.c pwupd.c psdate.c bitmap.c cpdir.c rm_r.c strtounum.c \
+ pw_utils.c
+
+WARNS?= 3
+
+LIBADD= crypt util
+
+.include <src.opts.mk>
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>