xref: /dragonfly/stand/boot/pc32/btxld/Makefile (revision 7d3e9a5b)
1# $FreeBSD: src/usr.sbin/btxld/Makefile,v 1.3.2.1 2001/04/25 12:09:21 ru Exp $
2
3PROG=	btxld
4SRCS=	btxld.c elfh.c
5
6WARNS?=	3
7
8build-tools: btxld.nx
9
10# this btxld is used in place, it is not installed anywhere
11install:
12
13# hint for pc32/Makefile.inc
14__no_pc32_defines=
15
16.include <bsd.hostprog.mk>
17