1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

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)
This commit is contained in:
Joerg Wunsch 1996-05-03 18:09:06 +00:00
parent 0be33caa54
commit b450b4dcf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15578

View File

@ -2,5 +2,6 @@ PROG= dset
DPADD= ${LIBKVM}
LDADD= -lkvm
CFLAGS+=-I${.CURDIR}/../../sys/
MAN8= dset.8
.include <bsd.prog.mk>