summaryrefslogtreecommitdiff
path: root/usr.bin/tsort/Makefile
blob: d7e9d3f59a25f1c90513bed79ea8be9f2b4103e7 (plain)
1
2
3
4
5
6
7
#	$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>