freebsd-dev/sbin/dset/Makefile
Joerg Wunsch b450b4dcf1 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)
1996-05-03 18:09:06 +00:00

8 lines
114 B
Makefile

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