diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-12-06 22:28:10 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-12-07 00:24:19 +0000 |
| commit | 7d232d647e3583b495d431b12eaa9343bb29b271 (patch) | |
| tree | 6fec91f4daf819d1ddb9c2e29d1a376f9468f6ae /lib/libcrypt/Makefile | |
| parent | 6010a892b4258e90037dabf9765066d07b86f13f (diff) | |
Diffstat (limited to 'lib/libcrypt/Makefile')
| -rw-r--r-- | lib/libcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index f222394b45c3..31346cee2e39 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -20,7 +20,7 @@ SRCS= crypt.c misc.c \ MAN= crypt.3 MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_r.3 \ crypt.3 crypt_set_format.3 -CFLAGS+= -I${SRCTOP}/lib/libmd -I${SRCTOP}/lib/libutil \ +CFLAGS+= -I${SRCTOP}/lib/libmd \ -I${SRCTOP}/sys/crypto/sha2 # Pull in the strong crypto, if it is present. |
