xref: /dragonfly/usr.bin/showmount/Makefile (revision e6d22e9b)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/showmount/Makefile,v 1.3.14.1 2001/04/25 11:29:39 ru Exp $
3
4PROG=	showmount
5MAN=	showmount.8
6
7NO_WCAST_FUNCTION_TYPE=
8
9.include <bsd.prog.mk>
10