freebsd-dev/usr.sbin/mountd/Makefile
2003-10-26 05:58:21 +00:00

11 lines
166 B
Makefile

# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
# $FreeBSD$
PROG= mountd
MAN= exports.5 netgroup.5 mountd.8
WARNS?= 2
CFLAGS+= -fno-builtin-log
.include <bsd.prog.mk>