From 2fed53ec5dcd14a875c113b9545b222c9f53b161 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 15 Dec 2010 23:24:34 +0000 Subject: Rename the generic "CLASS" to the more specific "GEOM_CLASS". While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks --- sbin/geom/class/part/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/geom/class/part/Makefile') diff --git a/sbin/geom/class/part/Makefile b/sbin/geom/class/part/Makefile index 7fe221a..341cd42 100644 --- a/sbin/geom/class/part/Makefile +++ b/sbin/geom/class/part/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../misc -CLASS= part +GEOM_CLASS= part DPADD= ${LIBUTIL} LDADD= -lutil -- cgit v1.1