diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-22 03:25:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-22 03:25:02 +0300 |
commit | b5609d30640cd16a143c5ae60cfb5daac15ac04c (patch) | |
tree | 5ef91ae67db86f8c677cec94c43b1c0cc3d121f0 | |
parent | af32ee39f2576858321483d77699f7d4a5a8bf24 (diff) | |
download | otools-b5609d30640cd16a143c5ae60cfb5daac15ac04c.tar.gz |
fix makefile
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 \ |