diff options
Diffstat (limited to 'kerberosV/libexec/ipropd-master/Makefile')
-rw-r--r-- | kerberosV/libexec/ipropd-master/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosV/libexec/ipropd-master/Makefile b/kerberosV/libexec/ipropd-master/Makefile index 2e428159d53..37f329216aa 100644 --- a/kerberosV/libexec/ipropd-master/Makefile +++ b/kerberosV/libexec/ipropd-master/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2006/04/23 20:46:55 biorn Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/13 08:14:22 jsg Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -17,7 +17,7 @@ SRCS+= rtbl.c CFLAGS+=-I${KRB5SRC}/lib/krb5 -DPADD+= ${LIBKADM5SRV} ${LIBKRB5} ${LIBCRYPTO} ${LIBUTIL} ${LIBDES} -LDADD+= -lkadm5srv -lkrb5 -lcrypto -lutil -ldes +DPADD+= ${LIBKADM5SRV} ${LIBKRB5} ${LIBCRYPTO} ${LIBUTIL} +LDADD+= -lkadm5srv -lkrb5 -lcrypto -lutil .include <bsd.prog.mk> |