freebsd-dev/sbin/geom/class/stripe/Makefile
Pawel Jakub Dawidek a158e237fc Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP
GEOM classes. CONCAT should be 100% compatible with existing gconcat(8)
utility, which is going to be removed.

Supported by:	Wheel - Open Technologies - http://www.wheel.pl
2004-05-20 10:24:23 +00:00

10 lines
95 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
CLASS= stripe
NOMAN= notyet
.include <bsd.lib.mk>