aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-22 03:25:02 +0300
committerCem Keylan <cem@ckyln.com>2021-07-22 03:25:02 +0300
commitb5609d30640cd16a143c5ae60cfb5daac15ac04c (patch)
tree5ef91ae67db86f8c677cec94c43b1c0cc3d121f0
parentaf32ee39f2576858321483d77699f7d4a5a8bf24 (diff)
downloadotools-b5609d30640cd16a143c5ae60cfb5daac15ac04c.tar.gz
fix makefile
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index eefdbe2..5213a11 100644
--- a/Makefile
+++ b/Makefile
@@ -56,15 +56,6 @@ LIBOBJ = \
lib/libutil/ohash.o \
lib/libutil/pidfile.o
-ifeq (${FTS}, 0)
-LIBOBJ += lib/libc/gen/fts.o
-else
-CFLAGS += -DHAVE_FTS
- ifeq (${FTS}, 1)
- LIBFTS = -lfts
- endif
-endif
-
MAN = \
usr.bin/diff/diff.1 \
usr.bin/doas/doas.1 \