]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/btxld/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / btxld / Makefile
1 # $FreeBSD$
2
3 PROG=   btxld
4 MAN=    btxld.8
5 SRCS=   btxld.c elfh.c
6
7 WARNS?= 6
8
9 .include <bsd.prog.mk>