summaryrefslogtreecommitdiffstats
path: root/usr.sbin/devinfo/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-05-12 14:23:15 +0000
committerrwatson <rwatson@FreeBSD.org>2002-05-12 14:23:15 +0000
commitc57dc2b4a808f4a7ef86e2ef7519d4783f2f0fac (patch)
tree6205f2467de0edaf5b3bdc1cc94acd9be290f6a7 /usr.sbin/devinfo/Makefile
parent231bd65333821b5737cb98ba31017e3ad59cfee1 (diff)
downloadFreeBSD-src-c57dc2b4a808f4a7ef86e2ef7519d4783f2f0fac.zip
FreeBSD-src-c57dc2b4a808f4a7ef86e2ef7519d4783f2f0fac.tar.gz
Add a man page for the devinfo command; I'd argue devinfo is the single
most useful new command added to FreeBSD 5.0, but maybe that's just me :-). Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'usr.sbin/devinfo/Makefile')
-rw-r--r--usr.sbin/devinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/devinfo/Makefile b/usr.sbin/devinfo/Makefile
index aaa113a..52e4d6d 100644
--- a/usr.sbin/devinfo/Makefile
+++ b/usr.sbin/devinfo/Makefile
@@ -1,8 +1,9 @@
# $FreeBSD$
PROG= devinfo
+MAN= devinfo.8
+
WARNS?= 2
-NOMAN= #true
DPADD= ${LIBDEVINFO}
LDADD= -ldevinfo
OpenPOWER on IntegriCloud