From 68982ee9315c1d2dfd5ae49889ef59a9a0a2b18e Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 14 Jul 1997 08:15:01 +0000 Subject: The grand reorganization, OpenBSD style. Lossely based on the NetBSD reorg, but much improved upon, simpler, and doesn't scribble needless junk into the bootblocks. --- sys/arch/hp300/stand/libz/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys/arch/hp300/stand/libz/Makefile (limited to 'sys/arch/hp300/stand/libz') diff --git a/sys/arch/hp300/stand/libz/Makefile b/sys/arch/hp300/stand/libz/Makefile new file mode 100644 index 00000000000..07228eb7e2d --- /dev/null +++ b/sys/arch/hp300/stand/libz/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1 1997/07/14 08:14:51 downsj Exp $ + +LIB= z + +.PATH: ${.CURDIR}/../../../../lib/libz + +CFLAGS= -O2 -msoft-float -D_ZLIB_PRIVATE -I${.CURDIR}/../../../../lib/libz + +SRCS= adler32.c crc32.c infblock.c infcodes.c inffast.c \ + inflate.c inftrees.c infutil.c + +${OBJS}: ${.CURDIR}/../Makefile.inc + +install: + +NOPIC= +NOPROFILE= + +.include -- cgit v1.2.3