]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/boot0cfg/Makefile
This commit was generated by cvs2svn to compensate for changes in r174294,
[FreeBSD/FreeBSD.git] / usr.sbin / boot0cfg / Makefile
1 # $FreeBSD$
2
3 PROG=   boot0cfg
4 MAN=    boot0cfg.8
5
6 WARNS?= 2
7
8 DPADD=  ${LIBGEOM}
9 LDADD=  -lgeom
10
11 .include <bsd.prog.mk>