blob: 2a3fa14eecf6de1818fba728aa84c989766f6d68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.10 2018/05/01 19:59:45 christos Exp $
.if ${USETOOLS} == "yes"
.include <bsd.init.mk>
PROG= fixcoff
.include <bsd.prog.mk>
.else
.include <bsd.hostinit.mk>
HOSTPROG= fixcoff
.include <bsd.hostprog.mk>
.endif
|