From 8af263c86ca9069f7b81553ac8eeb857e092bf7b Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 11 May 2002 00:20:22 +0000 Subject: Add missing libraries to bsd.prog.mk (mostly kerberosV) Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ --- usr.bin/encrypt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/encrypt/Makefile') diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index edcd7d461d8..e8f0d120bea 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1998/04/11 09:46:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2002/05/11 00:20:20 espie Exp $ LDSTATIC= ${STATIC} PROG= encrypt @@ -6,6 +6,7 @@ SRCS= encrypt.c pwd_gensalt.c .PATH: ${.CURDIR}/../passwd LDADD = -lutil +DPADD= ${LIBUTIL} LIBEXEC?= /usr/libexec LINKS= ${BINDIR}/encrypt ${LIBEXEC}/makekey -- cgit v1.2.3