1
2PROG=	mountd
3SRCS=	mountd.c getmntopts.c
4MAN=	exports.5 netgroup.5 mountd.8
5
6MOUNT=  ${SRCTOP}/sbin/mount
7CFLAGS+= -I${MOUNT}
8WARNS?= 2
9
10.PATH: ${MOUNT}
11
12LIBADD=	util
13
14.include <bsd.prog.mk>
15