On Tue, 18 Apr 2006, Alan Ritter wrote:
I think so, in usr.sbin/ndiscvt/Makefile I do this:
.if ${MACHINE} == "i386"
PROG= ndiscvt
.endif
This looked like how it was done in the other Makefiles; hopefully
this is correct.
I'd expect not to step into src/usr.sbin/ndiscvt at all (why bother?), but I won't claim to be an expert in that area. - Hubert