Build fdisk also on hpcmips.

This commit is contained in:
enami 1999-09-25 04:26:28 +00:00
parent 62d623bfc4
commit cd2531c01e
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.14 1999/09/25 04:18:20 enami Exp $
# $NetBSD: Makefile,v 1.15 1999/09/25 04:26:28 enami Exp $
SUBDIR= mbr
.if ${MACHINE} == "i386"
SUBDIR+= mbr_bootsel
.endif
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc")
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc" \
${MACHINE} == "hpcmips")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}