summaryrefslogtreecommitdiffstats
path: root/kerberosIV/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-19 22:00:58 +0000
committermarkm <markm@FreeBSD.org>1999-09-19 22:00:58 +0000
commit170f347106454c60c4298a0542c314e4bff3af2b (patch)
tree08e652e7a0b27ee00b193ec1cf0a7d3f9b111e63 /kerberosIV/Makefile.inc
parent7df5ada37cd843e2315a1c078071854d0c566837 (diff)
downloadFreeBSD-src-170f347106454c60c4298a0542c314e4bff3af2b.zip
FreeBSD-src-170f347106454c60c4298a0542c314e4bff3af2b.tar.gz
Fixes for new Kerberos4. Userland to follow.
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 b9a5a17..f4e8bb2 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
OpenPOWER on IntegriCloud