Oops, needs an operator.
This commit is contained in:
parent
cd2531c01e
commit
d758f82f45
@ -1,12 +1,12 @@
|
|||||||
# $NetBSD: Makefile,v 1.15 1999/09/25 04:26:28 enami Exp $
|
# $NetBSD: Makefile,v 1.16 1999/09/25 04:27:55 enami Exp $
|
||||||
|
|
||||||
SUBDIR= mbr
|
SUBDIR= mbr
|
||||||
.if ${MACHINE} == "i386"
|
.if ${MACHINE} == "i386"
|
||||||
SUBDIR+= mbr_bootsel
|
SUBDIR+= mbr_bootsel
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc" \
|
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || \
|
||||||
${MACHINE} == "hpcmips")
|
${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips")
|
||||||
PROG= fdisk
|
PROG= fdisk
|
||||||
SRCS= fdisk.c
|
SRCS= fdisk.c
|
||||||
DPADD+= ${LIBUTIL}
|
DPADD+= ${LIBUTIL}
|
||||||
|
Loading…
Reference in New Issue
Block a user