summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-31 19:53:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-31 19:53:00 +0000
commit5bdf8e8607e5e9858ada0e527f47fed8c9d9ad68 (patch)
tree95cb7cbf8ceb0bfb052222ddb6e497ef886e2ed9 /sys/arch/hppa/stand
parent880af37bad6a8d190182ebc9bdfc959edbb4ed60 (diff)
cleanup
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r--sys/arch/hppa/stand/mkboot/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/mkboot/Makefile b/sys/arch/hppa/stand/mkboot/Makefile
index 873d73bfbbe..51298d82a66 100644
--- a/sys/arch/hppa/stand/mkboot/Makefile
+++ b/sys/arch/hppa/stand/mkboot/Makefile
@@ -1,12 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 1999/07/08 20:11:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2000/05/31 19:52:59 mickey Exp $
PROG= mkboot
CC= ${HOSTCC}
-CFLAGS+=-g
+CFLAGS=-g -O
LDSTATIC= -static
MAN= mkboot.8
MANSUBDIR=/hppa
-S= ${.CURDIR}/../../../..
-SADIR= ${.CURDIR)/..
.include <bsd.prog.mk>