diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-06 02:53:52 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-06 02:53:52 +0000 |
commit | 9e2c2dbcee4a3ad77a401ec09f3cc6ae4c030520 (patch) | |
tree | 946d5f3173badd338d0fbe89adc362b480bbd747 /sys/arch/hp300/stand/libsa | |
parent | 05e1e37d0f761e2f1d52faab92541a76551b22fe (diff) |
Enable support for gzip'd kernels.
Diffstat (limited to 'sys/arch/hp300/stand/libsa')
-rw-r--r-- | sys/arch/hp300/stand/libsa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/stand/libsa/Makefile b/sys/arch/hp300/stand/libsa/Makefile index 94be65a1a9f..a114fd755f0 100644 --- a/sys/arch/hp300/stand/libsa/Makefile +++ b/sys/arch/hp300/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/02/05 11:16:41 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1997/02/06 02:53:51 downsj Exp $ # $NetBSD: Makefile,v 1.5 1996/06/26 17:44:42 thorpej Exp $ LIB= sa @@ -10,8 +10,8 @@ LIB= sa # DEBUGFLAGS=-DNETIF_DEBUG -DRPC_DEBUG -DNFS_DEBUG -DRARP_DEBUG -DNET_DEBUG # DEBUGFLAGS+=-DEXEC_DEBUG -CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK ${DEBUGFLAGS} -CFLAGS+=-I${.CURDIR}/.. +CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK -D__INTERNAL_LIBSA_CREAD +CFLAGS+=${DEBUGFLAGS} -I${.CURDIR}/.. CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa # stand routines @@ -20,7 +20,7 @@ SRCS= alloc.c exit.c exec.c getfile.c gets.c globals.c \ # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \ - open.c read.c stat.c write.c + open.c read.c stat.c write.c cread.c # network routines SRCS+= arp.c ether.c in_cksum.c net.c netif.c rpc.c |