aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-15 22:15:34 +0200
committerCem Keylan <cem@ckyln.com>2021-10-15 22:15:34 +0200
commit889a54fe48e8ba287f72c4154341181c2ac890f1 (patch)
tree3518691fd040d00926811c3c737f1ecbc4a02ff1 /Makefile
parent96cc0c38a827ac197099498cbce8191c3a2e1e35 (diff)
downloadotools-1.5.1.tar.gz
Revert "tsort: add new tool"HEAD1.5.1master
This reverts commit 96cc0c38a827ac197099498cbce8191c3a2e1e35.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 2 insertions, 12 deletions
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}
@@ -316,14 +314,6 @@ 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
HASHOBJ = \