Makefile revision 1.2
11.2Smrg# $NetBSD: Makefile,v 1.2 2006/06/24 05:21:11 mrg Exp $ 21.1Sfredette 31.1SfredettePROG= ndbootd 41.1SfredetteSRCS= ndbootd.c 51.1SfredetteMAN= ndbootd.8 61.1Sfredette 71.1SfredetteCPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} 81.1Sfredette 91.2Smrg.include <bsd.own.mk> 101.2Smrg 111.2Smrg.if ${HAVE_GCC} == 4 && ${MACHINE_ARCH} == "m68000" 121.2SmrgCOPTS+= -O0 131.2Smrg.endif 141.2Smrg 151.1Sfredette.include <bsd.prog.mk> 16