From 67d17ba2f62ae5b80ef65eb54ccf16723e7665f2 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 19 Oct 2015 16:16:32 +0000 Subject: Add a COMMENT describing what each component roughly does. "make describe" prints the comment. Requested/inspired by Vincent Schwarzer on rumpkernel-users --- sys/rump/dev/lib/libraidframe/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/rump/dev/lib/libraidframe') diff --git a/sys/rump/dev/lib/libraidframe/Makefile b/sys/rump/dev/lib/libraidframe/Makefile index 0299d9b056c..d803ace9489 100644 --- a/sys/rump/dev/lib/libraidframe/Makefile +++ b/sys/rump/dev/lib/libraidframe/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2015/08/20 11:58:26 christos Exp $ +# $NetBSD: Makefile,v 1.9 2015/10/19 16:16:34 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev/raidframe LIB= rumpdev_raidframe +COMMENT=RAIDframe (software RAID) + IOCONF= RAIDFRAME.ioconf SRCS= rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c \ rf_chaindecluster.c rf_copyback.c rf_cvscan.c rf_dagdegrd.c \ -- cgit