Deleted Added
sdiff udiff text old ( 169586 ) new ( 185046 )
full compact
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>