diff options
author | 1997-02-06 07:05:48 +0000 | |
---|---|---|
committer | 1997-02-06 07:05:48 +0000 | |
commit | 578d40339e0b389b30e970fa876aad78bdeb1c6f (patch) | |
tree | 2f9945bce84ca0ec6890adfedc8099ed6f57c097 | |
parent | add strncmp (diff) | |
download | wireguard-openbsd-578d40339e0b389b30e970fa876aad78bdeb1c6f.tar.xz wireguard-openbsd-578d40339e0b389b30e970fa876aad78bdeb1c6f.zip |
need -I for zlib.c
-rw-r--r-- | sys/lib/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index c80111a74ef..0c419f43c33 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/02/06 06:46:57 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 1997/02/06 07:05:48 mickey Exp $ # $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $ LIB= sa @@ -44,7 +44,7 @@ SRCS+= ufs.c cd9660.c fat.c SRCS+= cread.c SRCS+= zlib.c .PATH: ${DIR}/../../net -CFLAGS+=-DNO_DEFALTE +CFLAGS+=-DNO_DEFALTE -I${DIR}/../../net .endif .if !defined(NO_NET) |