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