From 889a54fe48e8ba287f72c4154341181c2ac890f1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 15 Oct 2021 22:15:34 +0200 Subject: Revert "tsort: add new tool" This reverts commit 96cc0c38a827ac197099498cbce8191c3a2e1e35. --- Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 769f113..4cc5547 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ BIN = \ md5 \ patch \ pax \ - signify \ - tsort + signify LIB = lib/libbsd.a LIBOBJ = \ @@ -75,8 +74,7 @@ MAN = \ bin/pax/cpio.1 \ bin/pax/pax.1 \ bin/pax/tar.1 \ - usr.bin/signify/signify.1 \ - usr.bin/tsort/tsort.1 + usr.bin/signify/signify.1 MANDOCLIBS = ${LIB} GREPLIBS = ${LIB} @@ -315,14 +313,6 @@ BINOBJ += ${SIGNIFYOBJ} signify: ${SIGNIFYOBJ} ${LIB} ${CC} ${LDFLAGS} -o $@ ${SIGNIFYOBJ} ${LIB} -# ------------------------------------------------------------------------------ -# tsort -TSORTOBJ = \ - usr.bin/tsort/tsort.o -BINOBJ += ${TSORTOBJ} -tsort: ${TSORTOBJ} ${LIB} - ${CC} ${LDFLAGS} -o $@ ${TSORTOBJ} ${LIB} - # ------------------------------------------------------------------------------ # hash helpers HELPER = lib/libc/hash/helper.c -- cgit v1.2.3