diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/showmount | |
parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
download | src-dc12be52584a604d0444341077b89a56d670609f.tar.gz src-dc12be52584a604d0444341077b89a56d670609f.zip |
Notes
Diffstat (limited to 'usr.bin/showmount')
-rw-r--r-- | usr.bin/showmount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 9bf4783f92ae..59199098dda6 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= showmount -MAN8= showmount.8 +MAN= showmount.8 .include <bsd.prog.mk> |