summaryrefslogtreecommitdiff
path: root/usr.bin/tsort/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-04-18 17:57:29 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-04-18 17:57:29 +0000
commit29cdc176af7a1473ae49c908715d1508b4c8a2c7 (patch)
treecb5209d43f0be5bcc052fb4e2100f93f5f917fc6 /usr.bin/tsort/Makefile
parent40436812a520f8ce67461d9d7a7bb23d0a1cc8f4 (diff)
Fix `hinted' options: set initial order to maximal, so that any hint
will be first. Also, keep order around between hints file and reading normal pairt, so that this option actually is useful.
Diffstat (limited to 'usr.bin/tsort/Makefile')
-rw-r--r--usr.bin/tsort/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile
index 5229e3110ca..d7e9d3f59a2 100644
--- a/usr.bin/tsort/Makefile
+++ b/usr.bin/tsort/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:25 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2001/04/18 17:57:27 espie Exp $
PROG= tsort
+CFLAGS+=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
+
.include <bsd.prog.mk>