X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=Makefile;h=471437bc972cb6db84e4553018cd0338e8069014;hb=b55863481a30014e98fcd1fbd3d8abe8f109872d;hp=b1383ed99993b2a275272b60e47e8136962e7bb8;hpb=a6e5ecf2a6d6dedf266c5f9d6bc2447a528b199e;p=egate.git diff --git a/Makefile b/Makefile index b1383ed..471437b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for Email gateway. # Europagate, 1994-1995. # -# $Id: Makefile,v 1.26 1995/10/20 11:49:11 adam Exp $ +# $Id: Makefile,v 1.27 1995/11/14 16:31:19 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -10,8 +10,8 @@ CPP=$(CC) -E LIBDIR=/usr/local/lib/emailgw # GNU regex package location -#REGEXOBJ=../../regex-0.12/regex.o -#REGEXINC=-I../../regex-0.12 +#REGEXOBJ=/usr/local/gnu/regex-0.12/regex.o +#REGEXINC=-I/usr/local/gnu/regex-0.12 # Other libraries libraries needed on some systems #NETLIB=-lnsl -lsocket