summaryrefslogtreecommitdiffstats
path: root/eBones/des
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-14 18:16:18 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-14 18:16:18 +0000
commit599a0e919ce0e33a30d3c761b5fd0186530cd7a9 (patch)
tree0f945227f3c97d03ee66983460e3df4f01a8e5a5 /eBones/des
parent6d71f32a42887d0c64769283d9e9a465a40b81a3 (diff)
downloadFreeBSD-src-599a0e919ce0e33a30d3c761b5fd0186530cd7a9.zip
FreeBSD-src-599a0e919ce0e33a30d3c761b5fd0186530cd7a9.tar.gz
Fix a few problems with the depend target.
Pointed out by: Mark Murray <markm>
Diffstat (limited to 'eBones/des')
-rw-r--r--eBones/des/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/des/Makefile b/eBones/des/Makefile
index 0dc3484..88533fc 100644
--- a/eBones/des/Makefile
+++ b/eBones/des/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.4 (Berkeley) 5/7/91
-# $Id: Makefile,v 1.5 1995/07/18 16:34:59 mark Exp $
+# $Id: Makefile,v 1.3 1995/09/07 21:36:46 markm Exp $
LIB= des
SRCS= cbc_cksm.c cbc_enc.c ecb_enc.c enc_read.c enc_writ.c pcbc_enc.c \
@@ -19,7 +19,7 @@ CFLAGS+= -DDES_ENCRYPT -DKRBDES_ENCRYPT
#CFLAGS+= -DKRB5
#SRCS+= kerberos5.c
-CFLAGS+= -I${.CURDIR}/include -DAUTHENTICATE
+CFLAGS+= -I${.CURDIR}/include -I${.CURDIR}/../include -DAUTHENTICATE
SHLIB_MAJOR?= 2
SHLIB_MINOR?= 0
OpenPOWER on IntegriCloud