Oops, needs an operator.

This commit is contained in:
enami 1999-09-25 04:27:55 +00:00
parent cd2531c01e
commit d758f82f45

View File

@ -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
.if ${MACHINE} == "i386"
SUBDIR+= mbr_bootsel
.endif
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc" \
${MACHINE} == "hpcmips")
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || \
${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}