From d758f82f45610184947de6c2923c6b98d69bf517 Mon Sep 17 00:00:00 2001 From: enami Date: Sat, 25 Sep 1999 04:27:55 +0000 Subject: [PATCH] Oops, needs an operator. --- sbin/fdisk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 489f4a2ba399..e76b08dee4d7 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -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}