diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 20:41:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 20:41:41 +0000 |
commit | d07ae42734664cc3489c6ed112d6ba3e2593a877 (patch) | |
tree | 123fcf3d5637fff17ce4c6367c8eac7ec831df48 /sys/arch/sparc64/stand | |
parent | fd4f59e374842930e0e4284b2570107961b197c9 (diff) |
Enable zlib in libsa (i.e. compressed kernels support in bootloaders)
ok deraadt@
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r-- | sys/arch/sparc64/stand/libsa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/libsa/Makefile b/sys/arch/sparc64/stand/libsa/Makefile index 0ac7a2fbbda..4c92556a661 100644 --- a/sys/arch/sparc64/stand/libsa/Makefile +++ b/sys/arch/sparc64/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/09/06 19:12:34 jason Exp $ +# $OpenBSD: Makefile,v 1.4 2001/10/10 20:41:40 miod Exp $ LIB= sa @@ -12,6 +12,8 @@ CFLAGS= ${CEXTRAFLAGS} ${AFLAGS} -O2 -D__INTERNAL_LIBSA_CREAD -nostdinc \ -I${.CURDIR}/../../../../lib/libsa \ -I${.OBJDIR} +CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD + # stand routines SRCS= alloc.c exit.c exec.c getfile.c gets.c globals.c \ memcmp.c memcpy.c memset.c printf.c strerror.c strncpy.c |