]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Remove useless `BINOWN=root' now that it is the default.
authorDavid E. O'Brien <obrien@FreeBSD.org>
Sat, 19 Sep 1998 22:42:14 +0000 (22:42 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Sat, 19 Sep 1998 22:42:14 +0000 (22:42 +0000)
pw/Makefile

index 31b58b51583b73ea98698e5373f48bd55454bf4d..3425e9c99304056cd19a6c9b12d5e135efe37b86 100644 (file)
@@ -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>