xref: /freebsd/usr.sbin/mountd/Makefile (revision 2357939bc239bd5334a169b62313806178dd8f30)
1#	From: @(#)Makefile	8.3 (Berkeley) 1/25/94
2# $FreeBSD$
3
4PROG=	mountd
5MAN=	exports.5 netgroup.5 mountd.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10