xref: /openbsd/usr.bin/tsort/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.5 2001/07/19 10:20:01 espie Exp $
2
3PROG=	tsort
4
5CDIAGFLAGS=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
6
7.include <bsd.prog.mk>
8