mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= part
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.lib.mk>
|