Deleted Added
full compact
Makefile (216468) Makefile (275030)
1# $FreeBSD: head/sbin/geom/class/part/Makefile 216468 2010-12-15 23:24:34Z obrien $
1# $FreeBSD: head/sbin/geom/class/part/Makefile 275030 2014-11-25 11:23:12Z bapt $
2
3.PATH: ${.CURDIR}/../../misc
4
5GEOM_CLASS= part
6
2
3.PATH: ${.CURDIR}/../../misc
4
5GEOM_CLASS= part
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
7LIBADD= util
9
10.include <bsd.lib.mk>
8
9.include <bsd.lib.mk>