aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getopt/Makefile
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-12-03 20:57:49 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-12-03 20:57:49 +0000
commitb268886863c48b66e5af50362872591ba4d9506f (patch)
tree492506672a4b4988ec44cc136c5edd61ddae0d51 /usr.bin/getopt/Makefile
parent5748d9ba6f313235f5d4628b0c141e71a51ca5ec (diff)
Warns cleanup (just make main return an int).
Notes
Notes: svn path=/head/; revision=87283
Diffstat (limited to 'usr.bin/getopt/Makefile')
-rw-r--r--usr.bin/getopt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile
index 01dfa87e2935..06d4a2a62cd5 100644
--- a/usr.bin/getopt/Makefile
+++ b/usr.bin/getopt/Makefile
@@ -2,5 +2,6 @@
#
PROG = getopt
+WARNS?= 2
.include <bsd.prog.mk>