artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f5f254
)
libcrypt is no more.
author
etheisen
<etheisen@openbsd.org>
Thu, 2 Jan 1997 16:34:51 +0000
(16:34 +0000)
committer
etheisen
<etheisen@openbsd.org>
Thu, 2 Jan 1997 16:34:51 +0000
(16:34 +0000)
usr.bin/passwd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/passwd/Makefile
b/usr.bin/passwd/Makefile
index
c733b75
..
96bf8b3
100644
(file)
--- a/
usr.bin/passwd/Makefile
+++ b/
usr.bin/passwd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
0 1996/12/23 19:21:07 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.1
1 1997/01/02 16:34:51 etheisen
Exp $
.include <bsd.own.mk>
@@
-6,7
+6,7
@@
PROG= passwd
SRCS= local_passwd.c yp_passwd.c passwd.c getpwent.c
.PATH: ${.CURDIR}/../../lib/libc/gen
DPADD+= ${LIBRPCSVC} ${LIBCRYPT} ${LIBUTIL}
-LDADD+= -lrpcsvc -l
crypt -l
util
+LDADD+= -lrpcsvc -lutil
CFLAGS+=-I${.CURDIR}
.if defined(YP)