diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 06:43:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 06:43:15 +0000 |
commit | 88aed4e11fb9335bbedd2f30af187eb75d87fc84 (patch) | |
tree | 06cfe8490387e0cb88229fff75f3ac466ff6f0b9 /sys | |
parent | 167113e77dd8dbf671c3a1b0e524715d23caf043 (diff) |
Make this work a bit better.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/stand/bootblk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile index 0bd94dc67d0..fcdf35daafb 100644 --- a/sys/arch/sparc64/stand/bootblk/Makefile +++ b/sys/arch/sparc64/stand/bootblk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/18 04:16:37 jason Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/22 06:43:14 art Exp $ # $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $ CURDIR= ${.CURDIR} @@ -8,7 +8,7 @@ S= ${CURDIR}/../../../.. # Override normal settings # -PROG= bootblk +PROG= SRCS= bootblk.fth OBJS= CLEANFILES= assym.fth.h assym.fth.h.tmp machine sparc \ @@ -30,7 +30,7 @@ SVR4=-U__SVR4 -U__svr4__ -D__NetBSD__ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_LKM ${SVR4} -#all:: bootblk.text bootblk +all: bootblk.text bootblk #clean:: # rm assym.fth.h bootblk.text machine bootblk |