diff options
author | 1997-07-18 01:07:04 +0000 | |
---|---|---|
committer | 1997-07-18 01:07:04 +0000 | |
commit | b4c46e6287ddd117dd677cd28c8620aaa2e4578c (patch) | |
tree | 8899db18e0418163d0bff0150f0acadddcdfa34d /sys | |
parent | disable apm for the moment (diff) | |
download | wireguard-openbsd-b4c46e6287ddd117dd677cd28c8620aaa2e4578c.tar.xz wireguard-openbsd-b4c46e6287ddd117dd677cd28c8620aaa2e4578c.zip |
cumulative CFLAGS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/libz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/Makefile b/sys/lib/libz/Makefile index 58ee4a337b6..f3e33bb03c6 100644 --- a/sys/lib/libz/Makefile +++ b/sys/lib/libz/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 1997/02/06 02:56:48 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1997/07/18 01:07:04 mickey Exp $ # $NetBSD: Makefile,v 1.2 1997/01/22 01:36:30 cgd Exp $ LIB= z NOPIC= NOPROFILE= -CPPFLAGS= -I. ${ZCPPFLAGS} -D_ZLIB_PRIVATE +CPPFLAGS+= -I. ${ZCPPFLAGS} -D_ZLIB_PRIVATE # files to be copied down from libz. LIBZSRCS= adler32.c crc32.c infblock.c infcodes.c inffast.c \ |