freebsd-dev/usr.sbin/boot0cfg/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
99 B
Makefile

# $FreeBSD$
PROG= boot0cfg
MAN= boot0cfg.8
LIBADD= geom
NO_WCAST_ALIGN=
.include <bsd.prog.mk>