diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 12:11:16 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 12:11:16 +0000 |
| commit | 83fa067d8f6c24828328a87151d5e41db217a994 (patch) | |
| tree | 70f04689e4b5ac093bdea440c58a8243e104b5b2 /usr.sbin/mtest | |
| parent | 2061436456e59da8147970819ea3388217f93c26 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mtest')
| -rw-r--r-- | usr.sbin/mtest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mtest/Makefile b/usr.sbin/mtest/Makefile index 75e2cf62b9bc..95bbe12184a6 100644 --- a/usr.sbin/mtest/Makefile +++ b/usr.sbin/mtest/Makefile @@ -1,4 +1,6 @@ +# $FreeBSD$ + PROG= mtest -MAN8= mtest.8 +MAN= mtest.8 .include <bsd.prog.mk> |
