freebsd-dev/sbin/geom/class/nop/Makefile
David E. O'Brien 7838c4d1c1 Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.

Obtained from: Juniper Networks
2010-12-15 23:24:34 +00:00

8 lines
82 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= nop
.include <bsd.lib.mk>