c6db8143ed
Reduce overlinking
11 lines
95 B
Makefile
11 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= boot98cfg
|
|
MAN= boot98cfg.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= geom
|
|
|
|
.include <bsd.prog.mk>
|