From 924db72bc603c361cd9ee1dd36e5d5c83aa2a900 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 25 Jan 1999 06:49:43 +0000 Subject: Link everything against libcrypt. ELF builds complain without it. Clean up the master makefile a bit and add a "dekerberise" target for those who have shot themselves in the foot. Thanks to: Randy Bush --- kerberosIV/usr.sbin/kdb_init/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kerberosIV/usr.sbin/kdb_init/Makefile') diff --git a/kerberosIV/usr.sbin/kdb_init/Makefile b/kerberosIV/usr.sbin/kdb_init/Makefile index d51519a..937a1b3 100644 --- a/kerberosIV/usr.sbin/kdb_init/Makefile +++ b/kerberosIV/usr.sbin/kdb_init/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1997/10/02 15:03:21 markm Exp $ PROG= kdb_init MAN8= ${KRB4DIR}/man/kdb_init.8 @@ -11,9 +11,8 @@ CFLAGS+= -I${KRB4DIR}/include \ -I${KRB4DIR}/admin \ -I${.CURDIR}/../include LDADD= -L${ROKENOBJDIR} -lroken \ - -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes -DPADD= ${LIBROKEN} ${LIBKDB} ${LIBKRB} \ - ${LIBDES} + -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes -lcrypt +DPADD= ${LIBROKEN} ${LIBKDB} ${LIBKRB} ${LIBDES} ${LIBCRYPT} .include -- cgit v1.1