freebsd-dev/usr.sbin/mountd/Makefile
Rodney W. Grimes 8fae3551ec BSD 4.4 Lite sbin Sources
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00

11 lines
177 B
Makefile

# @(#)Makefile 8.3 (Berkeley) 1/25/94
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660
MAN5= exports.0 netgroup.0
MAN8= mountd.0
DPADD= ${LIBRPC}
LDADD= -lrpc
.include <bsd.prog.mk>