diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-09-14 18:16:18 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-09-14 18:16:18 +0000 |
| commit | a032b44df6062e79d1768eda30d6a5431f6608dc (patch) | |
| tree | 0f945227f3c97d03ee66983460e3df4f01a8e5a5 /eBones/des | |
| parent | f0ce89c63fc8025b57a047fbf5f730c99185f7eb (diff) | |
Notes
Diffstat (limited to 'eBones/des')
| -rw-r--r-- | eBones/des/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/des/Makefile b/eBones/des/Makefile index 0dc34849ade6..88533fc29b75 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 |
