diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2001-01-13 16:16:25 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2001-01-13 16:16:25 +0000 |
commit | 51252e81e754c182802ae5607a6e7210cf8e69cf (patch) | |
tree | 8afe00d5e0ba92954272bf22b3f40e9e7c94c85d | |
parent | 4b44cbd6eb9b6d315119560af548d96e11056fe0 (diff) | |
download | FreeBSD-src-51252e81e754c182802ae5607a6e7210cf8e69cf.zip FreeBSD-src-51252e81e754c182802ae5607a6e7210cf8e69cf.tar.gz |
Add manpage for acpiconf.
Submitted by: des
-rw-r--r-- | usr.sbin/acpi/acpiconf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/acpi/acpiconf/Makefile b/usr.sbin/acpi/acpiconf/Makefile index 7458a62..26e189e 100644 --- a/usr.sbin/acpi/acpiconf/Makefile +++ b/usr.sbin/acpi/acpiconf/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= acpiconf -NOMAN= yes -#MAN8= acpiconf.8 +MAN8= acpiconf.8 .include <bsd.prog.mk> |