diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-08 23:32:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-08 23:32:51 +0000 |
commit | 89d33b0879cb14f064207f3a7021f28e8fc162be (patch) | |
tree | e9c81144d344538cb44557fc2c93e5c287350025 /sys/arch/i386/stand | |
parent | 6fb07659ffb545664e69505a274afe12197cee57 (diff) |
bad mickey
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc index 25cced4ddee..c97b5b5ac0a 100644 --- a/sys/arch/i386/stand/Makefile.inc +++ b/sys/arch/i386/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.27 2000/02/08 17:48:53 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.28 2000/06/08 23:32:50 deraadt Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} @@ -49,3 +49,5 @@ LIBZ=${SADIR}/libz/${__objdir}/libz.a # NO_NET=no_net BINDIR= /usr/mdec + +MANSUBDIR=/i386 |