summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
commitcc0899915911f05d7f8bf8293418d747037ade1b (patch)
tree49eb5647ff041d90789acfc81a19c514b748a227 /pw/Makefile
parent17691a2a29e0aea4fb5621a1b4a74fd3280a968e (diff)
downloadpw-darwin-cc0899915911f05d7f8bf8293418d747037ade1b.tar.gz
pw-darwin-cc0899915911f05d7f8bf8293418d747037ade1b.tar.zst
pw-darwin-cc0899915911f05d7f8bf8293418d747037ade1b.zip
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 31b58b5..3425e9c 100644
--- a/pw/Makefile
+++ b/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>