Remove parens around target in .ifmake -- new make doesn't like it.

This commit is contained in:
he 2009-01-19 23:09:16 +00:00
parent 97781244ee
commit d8caed22ee

View File

@ -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