aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-03-21 22:54:59 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-03-21 22:54:59 +0000
commitdb5882e725ae0add16911c89cdcee540432286ce (patch)
tree8736ef975f7b8cd0fc32912110dab7f130455126 /lib/libcrypt/Makefile
parent3b690f8902ca0953ea00f48f7a5ef8ad900e77bb (diff)
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index a91c5eb442be4..4578c4035b92c 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) && \