diff options
Diffstat (limited to 'usr.sbin/edquota/Makefile')
-rw-r--r-- | usr.sbin/edquota/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/edquota/Makefile b/usr.sbin/edquota/Makefile index 1bace7b..e5a3b12 100644 --- a/usr.sbin/edquota/Makefile +++ b/usr.sbin/edquota/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PROG= edquota -WARNS?= 4 MAN= edquota.8 +WARNS?= 4 + .include <bsd.prog.mk> |