aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tsort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tsort/Makefile')
-rw-r--r--usr.bin/tsort/Makefile9
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>