From c79b2d1112f531f8872f34769819002d6f9b49ff Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 4 Oct 1999 23:10:30 +0000 Subject: [PATCH] Define directories for installing libraries and includes. --- Makefile.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.conf b/Makefile.conf index 34193bed..1274fb41 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -35,6 +35,8 @@ CATMANPAGES = ETC = /etc VARRUN = /var/run VARDB = /var/db +LIBDIR=/usr/local/lib +INCDIR=/usr/local/include LIBS = $(BINDLIB) COPTS = $(BINDDEF) RANLIB = ranlib