diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-24 01:17:51 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-24 01:17:51 +0000 |
| commit | d85036cec843c66a0a3e875b4370637574f42fc9 (patch) | |
| tree | 8fecc29d8d09104df9e850661085a137888517ea | |
| parent | 37072b4942bd7873852a7100937677789be34d0b (diff) | |
Notes
| -rw-r--r-- | usr.sbin/mptable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile index cff7602f1e665..a37086a569d99 100644 --- a/usr.sbin/mptable/Makefile +++ b/usr.sbin/mptable/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= mptable +MAN1= mptable.1 .include <bsd.prog.mk> |
