]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/boot0cfg/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / boot0cfg / Makefile
1 # $FreeBSD$
2
3 PROG=   boot0cfg
4 MAN=    boot0cfg.8
5
6 DPADD=  ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
7 LDADD=  -lgeom -lbsdxml -lsbuf
8
9 NO_WCAST_ALIGN=
10
11 .include <bsd.prog.mk>