diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-23 18:46:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-23 18:46:44 +0000 |
commit | 1d6e6684a878474c571fc7313a9648765932986e (patch) | |
tree | e83d0ca3c6118e9d6648ea41d15dbf67486dad3e /sys/arch/hppa/stand/libz/Makefile | |
parent | 8a9de76878466efb7a3e954b44108f4b0004fbff (diff) |
ok, it boots, include and libkern to come
Diffstat (limited to 'sys/arch/hppa/stand/libz/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/libz/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/hppa/stand/libz/Makefile b/sys/arch/hppa/stand/libz/Makefile new file mode 100644 index 00000000000..191c38e994e --- /dev/null +++ b/sys/arch/hppa/stand/libz/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:42 mickey Exp $ + +S=${.CURDIR}/../../../.. +ZDST=${.OBJDIR} +SADIR=${.CURDIR}/.. + +.PATH: ${S}/lib/libz + +.include "${S}/lib/libz/Makefile" +CFLAGS+=${SACFLAGS} -I${S}/lib/libsa -DDYNAMIC_CRC_TABLE |