Resolv allows a user to resolve the names of a single IP address or entire network of addresses to maintain a "map" of the names that comprise a certain network.
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
--- Makefile.orig Sat Sep 15 15:55:34 2001
|
|
+++ Makefile Sat Sep 15 15:56:13 2001
|
|
@@ -10,8 +10,8 @@
|
|
#
|
|
name= resolv
|
|
object= resolv.o format.o usage.o errors.o
|
|
-cc= gcc
|
|
-flags= -g -Wall
|
|
+cc= ${CC}
|
|
+flags= -g -Wall ${CFLAGS}
|
|
dest=/usr/local/bin/
|
|
|
|
all: resolv
|