summaryrefslogtreecommitdiff
path: root/usr.bin/tsort/Makefile
blob: b60a80c05f452542838db8177a9765581cfa4d17 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 2001/07/19 10:20:01 espie Exp $

PROG=	tsort

CDIAGFLAGS=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W

.include <bsd.prog.mk>