09143af258
. build writeisofs as a native tool too for it . also mkfs.mfs: make missing file in proto nonlethal . make setup script a little more self-sufficient . hdboot: use INSTALL_FILE instead of INSTALL so that the results get added to the METALOG Change-Id: Id233e4c861f81046bf6c4be0510b8a3bf39ff9be
6 lines
113 B
Makefile
6 lines
113 B
Makefile
PROG= writeisofs
|
|
MAN=
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/include/arch/${MACHINE_ARCH}/include
|
|
|
|
.include <bsd.prog.mk>
|