From 2caa66b6de6e6875c2a3a4ec856234ff9da55fa4 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 21 Aug 1995 17:50:01 +0000 Subject: Remove the CFLAGS+=-I${CURDIR}/net that I previously added. Since Bruce changed the #include to #include "res_config.h" this is no longer needed, and only makes the 'make' more verbose for no real reason. --- lib/libc/net/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index a3eda64..4bcd682 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -3,7 +3,6 @@ # machine-independent net sources .PATH: ${.CURDIR}/${MACHINE}/net ${.CURDIR}/net -CFLAGS+= -I${.CURDIR}/net SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \ getproto.c getprotoent.c getprotoname.c getservbyname.c \ -- cgit v1.1