summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-03-21 22:54:59 +0000
committerpeter <peter@FreeBSD.org>2001-03-21 22:54:59 +0000
commit29c6996854aefe66fb9b9b7e1d488809746b2b67 (patch)
tree704b73d6246790185902ef215e6c65eb52521030 /lib/libcrypt
parent3000cdc34bdbf4e7536dc0610089d7a45b7b79f9 (diff)
downloadFreeBSD-src-29c6996854aefe66fb9b9b7e1d488809746b2b67.zip
FreeBSD-src-29c6996854aefe66fb9b9b7e1d488809746b2b67.tar.gz
Help standalone builds by getting libutil.h from src/lib/libutil
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index a91c5eb..4578c40 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -9,7 +9,7 @@ LIB= crypt
SRCS= crypt.c crypt-md5.c md5c.c misc.c
MAN3= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3
-CFLAGS+= -I${.CURDIR}/../libmd
+CFLAGS+= -I${.CURDIR}/../libmd -I${.CURDIR}/../libutil
CFLAGS+= -DLIBC_SCCS -Wall
# Pull in the crypt-des.c source, assuming it is present.
.if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \
OpenPOWER on IntegriCloud