summaryrefslogtreecommitdiffstats
path: root/kerberosIV/usr.sbin/kdb_init/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-01-25 06:49:43 +0000
committermarkm <markm@FreeBSD.org>1999-01-25 06:49:43 +0000
commit924db72bc603c361cd9ee1dd36e5d5c83aa2a900 (patch)
tree49d1d6bad2a40c3a72d3f15ad95b4e788f4f2258 /kerberosIV/usr.sbin/kdb_init/Makefile
parent5e3f42b3eded5cbce5c184a99d742385b941b62b (diff)
downloadFreeBSD-src-924db72bc603c361cd9ee1dd36e5d5c83aa2a900.zip
FreeBSD-src-924db72bc603c361cd9ee1dd36e5d5c83aa2a900.tar.gz
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
Diffstat (limited to 'kerberosIV/usr.sbin/kdb_init/Makefile')
-rw-r--r--kerberosIV/usr.sbin/kdb_init/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud