diff options
Diffstat (limited to 'sys/arch/hppa/stand/boot/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index 8ea8d29d939..c8e9e8d09b4 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/10/24 19:27:15 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 2002/12/18 01:20:41 deraadt Exp $ MAN= boot.8 MANSUBDIR=/hppa @@ -23,16 +23,15 @@ DPADD= ${LIBSA} ${LIBZ} ${LIBKERN} all: boot.lif -# enable this when SHEPHERD dies #.if exists(${.CURDIR}/../../compile/DISKLESS/bsd) #bsd: ${.CURDIR}/../../compile/DISKLESS/bsd # gzip -9 -c ${.CURDIR}/../../compile/DISKLESS/bsd > bsd #ADDBOOT+=bsd #.endif -.if exists(${.CURDIR}/../../compile/SHEPHERD_PIE/bsd) -bsd: ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd - gzip -9 -c ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd > bsd +.if exists(${.CURDIR}/../../compile/GENERIC/bsd) +bsd: ${.CURDIR}/../../compile/GENERIC_PIE/bsd + gzip -9 -c ${.CURDIR}/../../compile/GENERIC/bsd > bsd ADDBOOT+=bsd .endif |