From 29c6996854aefe66fb9b9b7e1d488809746b2b67 Mon Sep 17 00:00:00 2001
From: peter <peter@FreeBSD.org>
Date: Wed, 21 Mar 2001 22:54:59 +0000
Subject: Help standalone builds by getting libutil.h from src/lib/libutil

---
 lib/libcrypt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/libcrypt')

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) && \
-- 
cgit v1.1