1 1.7.16.1 yamt # $NetBSD: Makefile,v 1.7.16.1 2006/12/30 20:46:30 yamt Exp $ 2 1.7 dyoung 3 1.7.16.1 yamt NOMAN= # defined 4 1.7 dyoung .include <bsd.own.mk> 5 1.1 wrstuden 6 1.6 matt .if ${USETOOLS} == "yes" 7 1.6 matt PROG= fixcoff 8 1.6 matt .include <bsd.prog.mk> 9 1.6 matt .else 10 1.6 matt HOSTPROG= fixcoff 11 1.1 wrstuden .include <bsd.hostprog.mk> 12 1.6 matt .endif 13