]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mountd/Makefile
This commit was generated by cvs2svn to compensate for changes in r157016,
[FreeBSD/FreeBSD.git] / usr.sbin / mountd / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/25/94
2 # $FreeBSD$
3
4 PROG=   mountd
5 MAN=    exports.5 netgroup.5 mountd.8
6
7 WARNS?= 2
8
9 DPADD=  ${LIBUTIL}
10 LDADD=  -lutil
11
12 .include <bsd.prog.mk>