summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pwd_mkdb/Makefile')
-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}