Deleted Added
full compact
1# $FreeBSD: head/sbin/geom/class/part/Makefile 169586 2007-05-15 20:25:18Z marcel $
1# $FreeBSD: head/sbin/geom/class/part/Makefile 185046 2008-11-18 04:04:01Z marcel $
2
3.PATH: ${.CURDIR}/../../misc
4
5CLASS= part
6
7LDADD= -lutil
8
9WARNS?= 4
10
11.include <bsd.lib.mk>