diff options
author | 2013-06-21 20:34:23 +0000 | |
---|---|---|
committer | 2013-06-21 20:34:23 +0000 | |
commit | 5598cfa5f20d1465a6e6250ab966d63fcbfe3e22 (patch) | |
tree | ea90ec4b61daf9b59475678cae65ac251a2c3775 | |
parent | sync (diff) | |
download | wireguard-openbsd-5598cfa5f20d1465a6e6250ab966d63fcbfe3e22.tar.xz wireguard-openbsd-5598cfa5f20d1465a6e6250ab966d63fcbfe3e22.zip |
static-linked binaries'r'us
-rw-r--r-- | kerberosV/libexec/kadmind/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kerberosV/libexec/kadmind/Makefile b/kerberosV/libexec/kadmind/Makefile index 0152e91ce6a..02bf02ad3b8 100644 --- a/kerberosV/libexec/kadmind/Makefile +++ b/kerberosV/libexec/kadmind/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2013/06/19 19:36:48 robert Exp $ +# $OpenBSD: Makefile,v 1.16 2013/06/21 20:34:23 miod Exp $ PROG= kadmind MAN= kadmind.8 @@ -11,9 +11,9 @@ CFLAGS+=-I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/roken \ -I/usr/include/kerberosV/gssapi DPADD= ${LIBKADM5SRV} ${LIBGSSAPI} ${LIBHDB} ${LIBKRB5} ${LIBROKEN} \ ${LIBASN1} ${LIBVERS} ${LIBCRYPTO} ${LIBCRYPT} ${LDAPDPADD} -LDADD= -lkadm5srv -lgssapi -lhdb -lkrb5 -lroken \ - -lasn1 ${LIBVERS} -lcrypto -lheimbase -lwind \ - -lcom_err -lasn1 -lutil +LDADD= -lkadm5srv -lgssapi -lhdb -lkrb5 -lasn1 \ + -lroken ${LIBVERS} -lcrypto -lheimbase -lwind \ + -lcom_err -lutil .include <bsd.prog.mk> |