Help standalone builds by getting libutil.h from src/lib/libutil

This commit is contained in:
Peter Wemm 2001-03-21 22:54:59 +00:00
parent 3b690f8902
commit db5882e725
1 changed files with 1 additions and 1 deletions

View File

@ -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) && \