]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/boot98cfg/Makefile
Pull in r217197 from upstream clang trunk (by Richard Smith):
[FreeBSD/stable/9.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>