diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 05:36:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 05:36:19 +0000 |
commit | 98f5c9562676ab1221a68404c99ec2be9395a02f (patch) | |
tree | 9ca18b0c114f4b04d34e3f5d2fd1d01985411b4d /sys | |
parent | 5fd70e10aa1a0acd1689da708b214aa741b0fe7f (diff) |
no need to force cflags here
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/mkboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/mkboot/Makefile b/sys/arch/hppa/stand/mkboot/Makefile index 0aab4a50555..3df2f98cf3a 100644 --- a/sys/arch/hppa/stand/mkboot/Makefile +++ b/sys/arch/hppa/stand/mkboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/11/12 00:47:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2003/01/30 05:36:18 mickey Exp $ MAN= mkboot.8 MANSUBDIR=/hppa @@ -6,7 +6,6 @@ MANSUBDIR=/hppa .if ${MACHINE} == "hppa" PROG= mkboot CC= ${HOSTCC} -CFLAGS=-g -O LDSTATIC= -static .else NOPROG= |