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