c498a34843
This should unbreak crossbuilding from Ubuntu 32-bit Change-Id: I6ead9f8289dba6271c52dace81abffaabe6c8869
10 lines
168 B
Makefile
10 lines
168 B
Makefile
#
|
|
# Makefile for the toproto tool.
|
|
#
|
|
PROG=toproto
|
|
MAN=
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod
|
|
.PATH: ${NETBSDSRCDIR}/sbin/mknod
|
|
|
|
.include <bsd.prog.mk>
|