[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tsort

File: [local] / src / usr.bin / tsort / Makefile (download)

Revision 1.4, Wed Apr 18 17:57:27 2001 UTC (23 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.3: +3 -1 lines

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.

#	$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>