diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-18 02:27:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-18 02:27:14 +0000 |
commit | 2d51abacd336c447510e2cc8bc215ce67af5b96e (patch) | |
tree | 9fe8631d106ab1548f4dcd7f3721135455250287 /sys/arch/hppa/stand | |
parent | 27fbfaf1827d2b3f6e1b7d8293d1ec69c9ac0f0d (diff) |
Move -DDYNAMIC_CRC_TABLE into the main libz Makefile
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/libz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libz/Makefile b/sys/arch/hppa/stand/libz/Makefile index 191c38e994e..cb246dceb5e 100644 --- a/sys/arch/hppa/stand/libz/Makefile +++ b/sys/arch/hppa/stand/libz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:42 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2003/12/18 02:27:13 millert Exp $ S=${.CURDIR}/../../../.. ZDST=${.OBJDIR} @@ -7,4 +7,4 @@ SADIR=${.CURDIR}/.. .PATH: ${S}/lib/libz .include "${S}/lib/libz/Makefile" -CFLAGS+=${SACFLAGS} -I${S}/lib/libsa -DDYNAMIC_CRC_TABLE +CFLAGS+=${SACFLAGS} -I${S}/lib/libsa |