This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sbin / mountd / Makefile
# @(#)Makefile 5.4 (Berkeley) 6/29/90
PROG= mountd
CFLAGS+=-DNFS
MAN5= exports.5
MAN8= mountd.8
LDADD= -lutil
.include <bsd.prog.mk>