diff options
| author | pooka <pooka@NetBSD.org> | 2015-10-19 16:16:32 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2015-10-19 16:16:32 +0000 |
| commit | 67d17ba2f62ae5b80ef65eb54ccf16723e7665f2 (patch) | |
| tree | 142b3fb42e13750cc3562c3e5b8ee4bcc5ba79ed /sys/rump/dev/lib/libraidframe/Makefile | |
| parent | faa38e4750701fcf772998f37b2843cf1c4c47bc (diff) | |
Add a COMMENT describing what each component roughly does.
"make describe" prints the comment.
Requested/inspired by Vincent Schwarzer on rumpkernel-users
Diffstat (limited to 'sys/rump/dev/lib/libraidframe/Makefile')
| -rw-r--r-- | sys/rump/dev/lib/libraidframe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |
