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
commit29e74a8d68510ce66b101f4fcc1c83ca85ccc84b (patch)
tree3b258f54cdae7e7c4449ee6042d88d656c5f7359 /pw/Makefile
parent44d8b5f4435e4252445266445b89810d0cf9b080 (diff)
downloadpw-darwin-29e74a8d68510ce66b101f4fcc1c83ca85ccc84b.tar.gz
pw-darwin-29e74a8d68510ce66b101f4fcc1c83ca85ccc84b.tar.zst
pw-darwin-29e74a8d68510ce66b101f4fcc1c83ca85ccc84b.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>