summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:36:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:36:02 +0000
commit806021be093ad00ce2022a532c0f4cc99b0065ac (patch)
treec4f374fc66dbd93cdd093f4e1213808e855c8b39 /usr.sbin/pwd_mkdb/Makefile
parent200dde568cd8db5fa9ddc42e6b5388df55a16573 (diff)
libutil
Diffstat (limited to 'usr.sbin/pwd_mkdb/Makefile')
-rw-r--r--usr.sbin/pwd_mkdb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile
index 020a37f0c7c..90f5c280627 100644
--- a/usr.sbin/pwd_mkdb/Makefile
+++ b/usr.sbin/pwd_mkdb/Makefile
@@ -1,9 +1,11 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.1 1995/10/18 08:48:01 deraadt Exp $
+# $Id: Makefile,v 1.2 1996/05/22 11:35:51 deraadt Exp $
PROG= pwd_mkdb
-SRCS= pw_scan.c pwd_mkdb.c getpwent.c
+SRCS= pwd_mkdb.c getpwent.c
MAN= pwd_mkdb.8
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
.PATH: ${.CURDIR}/../../lib/libc/gen