1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= nfsd 4CFLAGS+=-DNFS 5MAN8= nfsd.8 6DPADD= ${LIBRPC} 7LDADD= -lrpc 8 9.include <bsd.prog.mk> 10