Subject: /usr/share/mk/bsd.prog.mk: Malformed conditional
To: Current users list <current-users@netbsd.org>
From: Ruibiao Qiu <ruibiao@arl.wustl.edu>
List: current-users
Date: 02/05/2001 12:32:54
Hi, all

I got this "Malformed conditional" error when I tried "make
build".  I did "make install" under src/share/mk before.  How can
I fix this?

"/usr/share/mk/bsd.prog.mk", line 132: Malformed conditional
(!commands(${PROG}))

In /usr/share/mk/bsd.prog.mk
130 ...
131 ${PROG}: ...
132 .if !commands(${PROG})
133 ...

          Regards

            Ruibiao