summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-02-11 08:52:29 +0000
committermarkm <markm@FreeBSD.org>1996-02-11 08:52:29 +0000
commitd030c04d27b314091011a34f809d116212f9b054 (patch)
treed7c542703e1adee23761cfee7147ea945346187b /eBones/Makefile.inc
parenta329e20c69b9a3f21066fdf90157b39adf1b051b (diff)
downloadFreeBSD-src-d030c04d27b314091011a34f809d116212f9b054.zip
FreeBSD-src-d030c04d27b314091011a34f809d116212f9b054.tar.gz
Push the old des library into the attic (finally!). Also update
headers to put des.h in <des.h> not <kerberosIV/des.h>.
Diffstat (limited to 'eBones/Makefile.inc')
-rw-r--r--eBones/Makefile.inc12
1 files changed, 5 insertions, 7 deletions
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc
index 1dc8437..8ea2711 100644
--- a/eBones/Makefile.inc
+++ b/eBones/Makefile.inc
@@ -1,14 +1,12 @@
# From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90
-# $Id: Makefile.inc,v 1.8 1995/09/14 18:16:08 gibbs Exp $
+# $Id$
DISTRIBUTION= krb
-INCLUDEDIR= ${.CURDIR}/../../include
-
-.if exists(${.CURDIR}/../../des/obj)
-DESOBJDIR= ${.CURDIR}/../../des/obj
+.if exists(${.CURDIR}/../../../secure/lib/libdes/obj)
+DESOBJDIR= ${.CURDIR}/../../../secure/lib/libdes/obj
.else
-DESOBJDIR= ${.CURDIR}/../../des
+DESOBJDIR= ${.CURDIR}/../../../secure/lib/libdes
.endif
.if exists(${.CURDIR}/../../lib/libkrb/obj)
@@ -41,7 +39,7 @@ RKINITOBJDIR= ${.CURDIR}/../../lib/librkinit/obj
RKINITOBJDIR= ${.CURDIR}/../../lib/librkinit
.endif
-CFLAGS+= -I${INCLUDEDIR} -Wall
+CFLAGS+= -I${.CURDIR}/../../../secure/lib/libdes -I${.CURDIR}/../../include -Wall
COMPILE_ET= compile_et
OpenPOWER on IntegriCloud