diff options
Diffstat (limited to 'sbin/mountd/Makefile')
-rw-r--r-- | sbin/mountd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 96ec6b6..04cd28f 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= mountd +WARNS= 0 MAN= exports.5 netgroup.5 mountd.8 .include <bsd.prog.mk> |