From b5609d30640cd16a143c5ae60cfb5daac15ac04c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 22 Jul 2021 03:25:02 +0300 Subject: fix makefile --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3