Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / macppc / stand / fixcoff / Makefile
blob5e55bb8f3dee53afeca4072d5495d36ce699dc95
1 # $NetBSD: Makefile,v 1.8 2005/12/11 12:18:06 christos Exp $
3 NOMAN= # defined
4 .include <bsd.own.mk>
6 .if ${USETOOLS} == "yes"
7 PROG= fixcoff
8 .include <bsd.prog.mk>
9 .else
10 HOSTPROG= fixcoff
11 .include <bsd.hostprog.mk>
12 .endif