blob: 23e36f5e7db2097b2e643a39d5ff92a84bfd8e77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.6 2014/05/12 19:11:20 espie Exp $
PROG = tsort
SRCS = tsort.c
CDIAGFLAGS = -Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
DPADD += ${LIBUTIL}
LDADD += -lutil
.include <bsd.prog.mk>
|