From 76a26f934adede9ba92b8dd9f0b09167b0f57021 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 6 Oct 2011 23:15:56 +0000 Subject: Make apropos and mandocdb build by default. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2db51d45..b610cb8e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ INSTALL_MAN = $(INSTALL_DATA) # Linux needs -ldb to compile mandocdb. #DBLIB = -ldb -all: mandoc preconv demandoc +all: mandoc preconv demandoc apropos mandocdb SRCS = Makefile \ apropos.1 \ @@ -427,7 +427,7 @@ llib-lpreconv.ln: $(PRECONV_LNS) $(LINT) $(LINTFLAGS) -Cpreconv $(PRECONV_LNS) apropos: $(APROPOS_OBJS) libmandoc.a - $(CC) $(LDFLAGS) -o $@ $(APROPOS_OBJS) libmandoc.a + $(CC) $(LDFLAGS) -o $@ $(APROPOS_OBJS) libmandoc.a $(DBLIB) llib-lapropos.ln: $(APROPOS_LNS) $(LINT) $(LINTFLAGS) -Capropos $(APROPOS_LNS) -- cgit