diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2005-12-16 19:38:41 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2005-12-16 19:38:41 +0000 |
commit | 0fdb4dcaf93e1186ceaea417dafd50a56e3e61a2 (patch) | |
tree | c447fb8aa2cdd7b79cde0ded7d35737fac3260d9 | |
parent | 9483adf18e845f0605b04971c3a9ca3ed140d244 (diff) |
rm kerberosIV remnant
ok millert@
-rw-r--r-- | usr.sbin/afs/lib/libarla/Makefile.rxkad.inc | 2 | ||||
-rw-r--r-- | usr.sbin/afs/libexec/afsd/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc b/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc index eba340e8477..fab12d8e2c8 100644 --- a/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc +++ b/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc @@ -4,6 +4,6 @@ SRCS += rxk_locl.c \ rxk_crpt.c \ osi_alloc.c -CFLAGS += -I${AFSSRC}/rxkad -I${DESTDIR}/usr/include/kerberosIV +CFLAGS += -I${AFSSRC}/rxkad .PATH: ${AFSSRC}/rxkad diff --git a/usr.sbin/afs/libexec/afsd/Makefile b/usr.sbin/afs/libexec/afsd/Makefile index ba498114367..fd7a2e1d5d6 100644 --- a/usr.sbin/afs/libexec/afsd/Makefile +++ b/usr.sbin/afs/libexec/afsd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2003/08/05 14:46:44 hin Exp $ +# $OpenBSD: Makefile,v 1.7 2005/12/16 19:38:40 todd Exp $ AFSTOPDIR= ../.. .include <../../Makefile.inc> @@ -13,7 +13,7 @@ LDADD += ${LIBARLA} -lkrb5 -lasn1 -lcrypto DPADD += ${LIBARLA} CFLAGS += -I${AFSSRC}/util -I${AFSSRC}/arlad \ - -I${AFSSRC} -I${DESTDIR}/usr/include/kerberosIV + -I${AFSSRC} SRCS = adir.c \ arla.c \ |