aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tsort
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
commit131f7ce586e9ecae3010b90dc9dfb348e681d545 (patch)
tree380706225bb5cd34ed41543949a3eb8705d25750 /usr.bin/tsort
parent19964b32334aef002a7180b6f4d605435832c124 (diff)
downloadsrc-131f7ce586e9ecae3010b90dc9dfb348e681d545.tar.gz
src-131f7ce586e9ecae3010b90dc9dfb348e681d545.zip
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
Notes
Notes: svn path=/head/; revision=87714
Diffstat (limited to 'usr.bin/tsort')
-rw-r--r--usr.bin/tsort/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile
index 3cea5179a3ed..b0d353e4d8f7 100644
--- a/usr.bin/tsort/Makefile
+++ b/usr.bin/tsort/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= tsort
-WARNS?= 2
.include <bsd.prog.mk>