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/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 31b58b51583b..3425e9c99304 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:12:17 peter Exp $
PROG= pw
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \
@@ -13,7 +13,6 @@ CFLAGS+= -Wall $(CDB) $(RND)
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
-BINOWN= root
BINMODE=0555
.include <bsd.prog.mk>