From 7838c4d1c11914adae68cbeb85dd0a7ab867aa48 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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 1791669dec92..d2405d4b4f5d 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.2.3