summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-09 14:05:35 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-09 14:05:35 +0000
commit4a198ee0cbf4e9939c2a6e9a0de4afd27158e394 (patch)
tree37b8865c1723d19a004077822159237230903b82 /usr.sbin/pw/Makefile
downloadFreeBSD-src-4a198ee0cbf4e9939c2a6e9a0de4afd27158e394.zip
FreeBSD-src-4a198ee0cbf4e9939c2a6e9a0de4afd27158e394.tar.gz
pw(8) -- a backend utility to manage the user and group databases.
sysinstall's new User&group menu will use it, hence it's a 2.2 candidate despite of providing new functionality. Submitted by: David L. Nugent, <davidn@blaze.net.au>
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
new file mode 100644
index 0000000..749d256
--- /dev/null
+++ b/usr.sbin/pw/Makefile
@@ -0,0 +1,18 @@
+# $Id$
+
+PROG= pw
+SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c \
+ grupd.c pwupd.c fileupd.c edgroup.c psdate.c \
+ bitmap.c cpdir.c rm_r.c
+
+MAN5= pw.conf.5
+MAN8= pw.8
+
+CFLAGS+= -Wall
+LDADD= -lcrypt
+DPADD= ${LIBCRYPT}
+
+BINOWN= root
+BINMODE=0555
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud