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