]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/Makefile
Don't assume a_name is a number just because the first character
[pw-darwin.git] / pw / Makefile
index f5c74a6b9c8e32199daa0f9cfae5a612f0a42d3d..3425e9c99304056cd19a6c9b12d5e135efe37b86 100644 (file)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $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>