diff options
-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> |