1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / sbin / mountd / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.4 (Berkeley) 6/29/90
2
3PROG= mountd
4CFLAGS+=-DNFS
5MAN5= exports.5
6MAN8= mountd.8
7LDADD= -lutil
8
9.include <bsd.prog.mk>