mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
11 lines
114 B
Makefile
11 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= boot98cfg
|
|
MAN= boot98cfg.8
|
|
|
|
WARNS?= 2
|
|
|
|
DPADD= ${LIBGEOM}
|
|
LDADD= -lgeom
|
|
|
|
.include <bsd.prog.mk>
|