diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-12-15 23:24:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-12-15 23:24:34 +0000 |
commit | 7838c4d1c11914adae68cbeb85dd0a7ab867aa48 (patch) | |
tree | 1aa69fd70bac01b1a68524b4d87588c66af84c76 /sbin/geom/class/raid3/Makefile | |
parent | 8c9cef57acba1a5e8e9525fe88702ef356fbe437 (diff) | |
download | src-7838c4d1c11914adae68cbeb85dd0a7ab867aa48.tar.gz src-7838c4d1c11914adae68cbeb85dd0a7ab867aa48.zip |
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.
Obtained from: Juniper Networks
Notes
Notes:
svn path=/head/; revision=216468
Diffstat (limited to 'sbin/geom/class/raid3/Makefile')
-rw-r--r-- | sbin/geom/class/raid3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |