mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
c6db8143ed
Reduce overlinking
11 lines
99 B
Makefile
11 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= boot0cfg
|
|
MAN= boot0cfg.8
|
|
|
|
LIBADD= geom
|
|
|
|
NO_WCAST_ALIGN=
|
|
|
|
.include <bsd.prog.mk>
|