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