]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mountd/Makefile
Fix an integer overflow that causes fsck_ffs to crash when it
[FreeBSD/FreeBSD.git] / sbin / mountd / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/25/94
2 # $FreeBSD$
3
4 PROG=   mountd
5 WARNS=  0
6 MAN=    exports.5 netgroup.5 mountd.8
7
8 .include <bsd.prog.mk>