diff options
author | joerg <joerg@FreeBSD.org> | 1996-05-03 18:09:06 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-05-03 18:09:06 +0000 |
commit | d67c50e67b29627c85ce406ecc5a07b1a7d669a5 (patch) | |
tree | 38f92e815aa08c1f45ddc6df60509a2f96f08d6d /sbin/dset | |
parent | 8d261ab19f66ce12fe626732fecd11cc567fbf9a (diff) | |
download | FreeBSD-src-d67c50e67b29627c85ce406ecc5a07b1a7d669a5.zip FreeBSD-src-d67c50e67b29627c85ce406ecc5a07b1a7d669a5.tar.gz |
Stupid bug, the default man page goes to section 1, not 8.
Closes PR #misc/1172: Error in sbin/dset/Makefile
Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
Diffstat (limited to 'sbin/dset')
-rw-r--r-- | sbin/dset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dset/Makefile b/sbin/dset/Makefile index 0500747..ce15a61 100644 --- a/sbin/dset/Makefile +++ b/sbin/dset/Makefile @@ -2,5 +2,6 @@ PROG= dset DPADD= ${LIBKVM} LDADD= -lkvm CFLAGS+=-I${.CURDIR}/../../sys/ +MAN8= dset.8 .include <bsd.prog.mk> |