diff options
author | 1997-01-02 16:34:51 +0000 | |
---|---|---|
committer | 1997-01-02 16:34:51 +0000 | |
commit | 77a5fbdaeb72233d10c8614aa612c6a8ae647f80 (patch) | |
tree | 2fc67f7a9ba7fb3a87d0ff0956da2c10063d7d81 | |
parent | handle the powerpc like the arc - no dynamic stuff (diff) | |
download | wireguard-openbsd-77a5fbdaeb72233d10c8614aa612c6a8ae647f80.tar.xz wireguard-openbsd-77a5fbdaeb72233d10c8614aa612c6a8ae647f80.zip |
libcrypt is no more.
-rw-r--r-- | usr.bin/passwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index c733b75ddbc..96bf8b3802d 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1996/12/23 19:21:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 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 -lcrypt -lutil +LDADD+= -lrpcsvc -lutil CFLAGS+=-I${.CURDIR} .if defined(YP) |