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/libsysmon | |
| 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/libsysmon')
| -rw-r--r-- | sys/rump/dev/lib/libsysmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/rump/dev/lib/libsysmon/Makefile b/sys/rump/dev/lib/libsysmon/Makefile index 14ef12a7b20..521a4df5e3f 100644 --- a/sys/rump/dev/lib/libsysmon/Makefile +++ b/sys/rump/dev/lib/libsysmon/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2015/08/24 23:01:58 pooka Exp $ +# $NetBSD: Makefile,v 1.8 2015/10/19 16:16:34 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev/sysmon LIB= rumpdev_sysmon +COMMENT=System monitoring and power management + IOCONF= SYSMON.ioconf SRCS= sysmon_taskq.c sysmon_power.c sysmon_envsys.c sysmon_envsys_events.c \ |
