7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
11 lines
116 B
Makefile
11 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= part
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.lib.mk>
|