]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/btxld/Makefile
Predict the date we'll be ready to announce 8.1-RELEASE. While here
[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>