blob: 0c577709fbd2291a8b45004c8f4df67586f41cf1 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.7 2017/07/09 21:23:19 espie Exp $
PROG = tsort
CDIAGFLAGS = -Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
DPADD += ${LIBUTIL}
LDADD += -lutil
.include <bsd.prog.mk>
|