summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-15 19:09:45 +0000
committermillert <millert@openbsd.org>1998-07-15 19:09:45 +0000
commit10673ca582ee9502ec800666874ec7abe521437d (patch)
treee014a08a0d6e3dc8fd69a7ec8661f4b448c0db8e /usr.sbin/pwd_mkdb
parentmake that 0664 until we find out why umask is not being applied (diff)
downloadwireguard-openbsd-10673ca582ee9502ec800666874ec7abe521437d.tar.xz
wireguard-openbsd-10673ca582ee9502ec800666874ec7abe521437d.zip
Don't link in a custom version of getpwent.c since we don't use any routines from it (verified with gprof call graph)
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile
index 1aa5846a392..73ce6caf1e7 100644
--- a/usr.sbin/pwd_mkdb/Makefile
+++ b/usr.sbin/pwd_mkdb/Makefile
@@ -1,15 +1,9 @@
-# $OpenBSD: Makefile,v 1.5 1998/04/11 09:46:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1998/07/15 19:09:45 millert Exp $
LDSTATIC= ${STATIC}
PROG= pwd_mkdb
-SRCS= pwd_mkdb.c getpwent.c
MAN= pwd_mkdb.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
-.PATH: ${.CURDIR}/../../lib/libc/gen
-
.include <bsd.prog.mk>
-
-getpwent.o: getpwent.c
- ${CC} ${CFLAGS} ${CPPFLAGS} -UYP -c ${.IMPSRC}