8fae3551ec
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= nfsd
|
|
CFLAGS+=-DNFS
|
|
MAN8= nfsd.0
|
|
DPADD= ${LIBRPC}
|
|
LDADD= -lrpc
|
|
|
|
.include <bsd.prog.mk>
|