summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/kpropd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/kpropd/Makefile')
-rw-r--r--kerberosIV/libexec/kpropd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosIV/libexec/kpropd/Makefile b/kerberosIV/libexec/kpropd/Makefile
index 5e1d1f5..00eceba 100644
--- a/kerberosIV/libexec/kpropd/Makefile
+++ b/kerberosIV/libexec/kpropd/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
PROG= kpropd
MAN8= ${KRB4DIR}/man/kpropd.8
@@ -10,8 +10,8 @@ CFLAGS+= -I${KRB4DIR}/include \
-I${KRB4DIR}/slave \
-I${INCLOBJDIR} \
-I${.CURDIR}/../include
-LDADD= -L${ROKENOBJDIR} -lroken -L${KRBOBJDIR} -lkrb -ldes
-DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES}
+LDADD= -L${ROKENOBJDIR} -lroken -L${KRBOBJDIR} -lkrb -ldes -lcrypt
+DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES} ${LIBCRYPT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud