From 96cc0c38a827ac197099498cbce8191c3a2e1e35 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 23 Sep 2021 17:03:37 +0300 Subject: tsort: add new tool --- usr.bin/tsort/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 usr.bin/tsort/Makefile (limited to 'usr.bin/tsort/Makefile') diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile new file mode 100644 index 0000000..0c57770 --- /dev/null +++ b/usr.bin/tsort/Makefile @@ -0,0 +1,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 -- cgit v1.2.3