]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - usr.sbin/boot98cfg/Makefile
Document r272078, addition of /usr/lib32/compat to the default
[FreeBSD/releng/10.1.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>