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/raid3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/geom/class/raid3/Makefile') diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669..d2405d4 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../misc -CLASS= raid3 +GEOM_CLASS= raid3 DPADD= ${LIBMD} LDADD= -lmd -- cgit v1.1