]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/boot/pc98/btx/lib/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / boot / pc98 / btx / lib / Makefile
1 # $FreeBSD$
2
3 PROG=   crt0.o
4 INTERNALPROG=
5 NO_MAN=
6 SRCS=   btxcsu.s btxsys.s btxv86.s
7 LDFLAGS=-Wl,-r
8
9 .include <bsd.prog.mk>