summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/stand/boot')
-rw-r--r--sys/arch/hppa/stand/boot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index fc1cbd1b7ec..bd94b368b3b 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,13 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 1999/04/20 20:05:22 mickey Exp $
+# $OpenBSD: Makefile,v 1.7 1999/04/20 20:08:27 mickey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c vars.c bootarg.c conf.c
-#AFLAGS+=-Wa,-R
-# AFLAGS+=-Wa,-a
LD?= ld
LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR)
LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map
-#LDFLAGS+=-O -N -S -H -R$(LINKADDR) -e begin -t
SIZE?= size
MAN= boot.8
MLINKS= boot.8 boot.conf.8