diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 05:01:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 05:01:07 +0000 |
commit | 778c2f963dd6130ce3ce3d3283cacfb7282a4bb4 (patch) | |
tree | 2faa0e07593bbc3b370f0f1ec1e593be116cdc44 /sys/arch/hp300/stand/libz | |
parent | 8327ff40d23e139a619f21e0feafd11cd2815c66 (diff) |
remove unneeded bits introduced in previous commit
Diffstat (limited to 'sys/arch/hp300/stand/libz')
-rw-r--r-- | sys/arch/hp300/stand/libz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hp300/stand/libz/Makefile b/sys/arch/hp300/stand/libz/Makefile index 7ef558d9076..24088dffb44 100644 --- a/sys/arch/hp300/stand/libz/Makefile +++ b/sys/arch/hp300/stand/libz/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2003/12/17 04:28:48 millert Exp $ +# $OpenBSD: Makefile,v 1.3 2003/12/17 05:01:06 millert Exp $ S=${.CURDIR}/../../../.. ZDST=${.OBJDIR} -SADIR=${.CURDIR}/.. .PATH: ${S}/lib/libz .include "${S}/lib/libz/Makefile" -CFLAGS+=-msoft-float ${SACFLAGS} -I${S}/lib/libsa ${DEBUGFLAGS} +CFLAGS+=-msoft-float |