--- Makefile 2003-06-05 14:17:35.000000000 -0400 +++ Makefile.changed 2003-06-05 14:18:08.000000000 -0400 @@ -11,15 +11,14 @@ # assignment operators....) # ---------------------------------------------------------------------- -PREFIX = /usr/local -SHARE = /share +PREFIX = #PREFIX# # This is where the 'host' executable will be referenced. BINDIR = ${PREFIX}/bin # This is where manual pages will be referenced. -MANDIR = ${PREFIX}${SHARE}/man/man1 -CATMANDIR = ${PREFIX}${SHARE}/man/cat1 +MANDIR = ${PREFIX}/man/man1 +CATMANDIR = ${PREFIX}/man/cat1 CATMANSUF = .1 # This is where the rblookup, etc. config file(s) will be referenced. @@ -177,7 +176,7 @@ #else f defined(ultrix) #CC = cc -Olimit 1000 #else if gcc != cc -#CC = gcc +CC = gcc #endif # ---------------------------------------------------------------------- @@ -216,7 +215,7 @@ #RES_LIB = -lsocket #endif #if defined(NEED_LIBRESOLV) || (sunos5.x) || defined(__LINUX__) || defined(__GLIBC__) -#RES_LIB = -lresolv +RES_LIB = -lresolv #endif #if (RedHat-8.x) && defined(__GLIBC__) #RES_LIB = -static -I/usr/lib/debug -lresolv @@ -294,7 +293,7 @@ # ---------------------------------------------------------------------- BINOWN = root -BINGRP = staff +BINGRP = root BINMODE = 755 #STRIPFLAG = -s @@ -384,3 +383,4 @@ # Keep it simple.... it's not that big a program! # $(OBJS): $(HDRS) +