aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/repquota/Makefile
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2001-12-10 21:13:36 +0000
committerMike Heffner <mikeh@FreeBSD.org>2001-12-10 21:13:36 +0000
commit28644e448a86fe20e74487e550302807b1af6922 (patch)
tree8ba6ad20f3d2ac0d0980c7c73d6469ab6bb6755a /usr.sbin/repquota/Makefile
parent9f5b04e925d068b053cc41bae3d3c25a5325062c (diff)
downloadsrc-28644e448a86fe20e74487e550302807b1af6922.tar.gz
src-28644e448a86fe20e74487e550302807b1af6922.zip
Reorder WARNS line for style.
Pointed out by: bde
Notes
Notes: svn path=/head/; revision=87629
Diffstat (limited to 'usr.sbin/repquota/Makefile')
-rw-r--r--usr.sbin/repquota/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/repquota/Makefile b/usr.sbin/repquota/Makefile
index 799ad8583b26..9b9a0786fedc 100644
--- a/usr.sbin/repquota/Makefile
+++ b/usr.sbin/repquota/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PROG= repquota
-MAN= repquota.8
-
WARNS?= 2
+MAN= repquota.8
.include <bsd.prog.mk>