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/virstor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/geom/class/virstor/Makefile') diff --git a/sbin/geom/class/virstor/Makefile b/sbin/geom/class/virstor/Makefile index 0b4d5cdda31b..ac71b439513e 100644 --- a/sbin/geom/class/virstor/Makefile +++ b/sbin/geom/class/virstor/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor +.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor -CLASS= virstor +GEOM_CLASS= virstor SRCS+= binstream.c SRCS+= g_virstor_md.c -- cgit v1.2.3