Also install on cobalt.
This commit is contained in:
parent
cb42a200a1
commit
c1e87c4d5e
@ -1,11 +1,11 @@
|
|||||||
# $NetBSD: Makefile,v 1.17 2000/01/31 15:54:48 soda Exp $
|
# $NetBSD: Makefile,v 1.18 2000/03/19 23:01:07 soren Exp $
|
||||||
|
|
||||||
SUBDIR= mbr
|
SUBDIR= mbr
|
||||||
.if ${MACHINE} == "i386"
|
.if ${MACHINE} == "i386"
|
||||||
SUBDIR+= mbr_bootsel
|
SUBDIR+= mbr_bootsel
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || \
|
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "cobalt" ||\
|
||||||
${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips" || ${MACHINE} == "arc")
|
${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips" || ${MACHINE} == "arc")
|
||||||
PROG= fdisk
|
PROG= fdisk
|
||||||
SRCS= fdisk.c
|
SRCS= fdisk.c
|
||||||
|
Loading…
Reference in New Issue
Block a user