diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-15 22:15:34 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-15 22:15:34 +0200 |
commit | 889a54fe48e8ba287f72c4154341181c2ac890f1 (patch) | |
tree | 3518691fd040d00926811c3c737f1ecbc4a02ff1 /usr.bin/tsort/Makefile | |
parent | 96cc0c38a827ac197099498cbce8191c3a2e1e35 (diff) | |
download | otools-889a54fe48e8ba287f72c4154341181c2ac890f1.tar.gz |
This reverts commit 96cc0c38a827ac197099498cbce8191c3a2e1e35.
Diffstat (limited to 'usr.bin/tsort/Makefile')
-rw-r--r-- | usr.bin/tsort/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile deleted file mode 100644 index 0c57770..0000000 --- a/usr.bin/tsort/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $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> |