aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-19 22:00:58 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-19 22:00:58 +0000
commit0635bed8f263c7a976c738dd464445a6f4a30b0a (patch)
tree52c28e4c11409965b652c3aaf4efe1be3e561ca0 /kerberosIV/Makefile.inc
parent99a2afa8ae1478e3c28299d4e534952379b56cd1 (diff)
downloadsrc-0635bed8f263c7a976c738dd464445a6f4a30b0a.tar.gz
src-0635bed8f263c7a976c738dd464445a6f4a30b0a.zip
Fixes for new Kerberos4. Userland to follow.
Notes
Notes: svn path=/head/; revision=51431
Diffstat (limited to 'kerberosIV/Makefile.inc')
-rw-r--r--kerberosIV/Makefile.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc
index b9a5a17c58ec..f4e8bb268aa9 100644
--- a/kerberosIV/Makefile.inc
+++ b/kerberosIV/Makefile.inc
@@ -2,7 +2,7 @@
.if !defined(DISTRIBUTION)
-DISTRIBUTION= krb
+DISTRIBUTION= krb4
.if !defined(INCLUDEOBJDIR)
@@ -16,6 +16,12 @@ INCLUDEOBJDIR= ${.CURDIR}/../../include
.endif
.if exists(${.OBJDIR}/../../lib/libacl)
+ROKENOBJDIR= ${.OBJDIR}/../../../kerberosIV/lib/libroken
+.else
+ROKENOBJDIR= ${.CURDIR}/../../../kerberosIV/lib/libroken
+.endif
+
+.if exists(${.OBJDIR}/../../lib/libacl)
ACLOBJDIR= ${.OBJDIR}/../../lib/libacl
.else
ACLOBJDIR= ${.CURDIR}/../../lib/libacl
@@ -66,8 +72,8 @@ TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
CFLAGS+= -I${.CURDIR}/../../include -Wall -DHAVE_CONFIG_H \
-I${INCLUDEOBJDIR} -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\"
-#${INCLUDEOBJDIR}/protos.h: ${KRB4DIR}/include/protos.H
-# cd ${INCLUDEOBJDIR} ; ln -sf ${.ALLSRC} ${.TARGET}
+protos.h: ${KRB4DIR}/include/protos.H
+ ln -sf ${.ALLSRC} ${.TARGET}
COMPILE_ET= compile_et