Makefile revision 121556
1#	From: @(#)Makefile	8.3 (Berkeley) 1/25/94
2# $FreeBSD: head/usr.sbin/mountd/Makefile 121556 2003-10-26 05:58:21Z peter $
3
4PROG=	mountd
5MAN=	exports.5 netgroup.5 mountd.8
6
7WARNS?=	2
8CFLAGS+= -fno-builtin-log
9
10.include <bsd.prog.mk>
11