openbsd-ports/net/resolv/patches/patch-Makefile
jcs 8d6c578cd0 Import of resolv 0.9.9a, maintained by Jose <jose@openbsd.org.mx>.
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.
2001-09-16 00:14:18 +00:00

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