From d8caed22ee203b656a0d6c47e9f7b4927b41b4b0 Mon Sep 17 00:00:00 2001 From: he Date: Mon, 19 Jan 2009 23:09:16 +0000 Subject: [PATCH] Remove parens around target in .ifmake -- new make doesn't like it. --- sys/arch/mvme68k/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvme68k/stand/Makefile b/sys/arch/mvme68k/stand/Makefile index 491d149eff58..71ceff6592e2 100644 --- a/sys/arch/mvme68k/stand/Makefile +++ b/sys/arch/mvme68k/stand/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/05/28 19:34:15 bjh21 Exp $ +# $NetBSD: Makefile,v 1.6 2009/01/19 23:09:16 he Exp $ SUBDIR= libbug libsa .WAIT sboot netboot bootxx bootsd bootst \ installboot -.ifmake !(install) +.ifmake !install SUBDIR+= wrtvid .endif