summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-21 17:50:01 +0000
committerpeter <peter@FreeBSD.org>1995-08-21 17:50:01 +0000
commit2caa66b6de6e6875c2a3a4ec856234ff9da55fa4 (patch)
tree8c9aee23234d3a3d3257a3e2f244bf168edb7c17 /lib/libc/net/Makefile.inc
parent14562314a8ce84387f70eebe4d581d81ddeba55f (diff)
downloadFreeBSD-src-2caa66b6de6e6875c2a3a4ec856234ff9da55fa4.zip
FreeBSD-src-2caa66b6de6e6875c2a3a4ec856234ff9da55fa4.tar.gz
Remove the CFLAGS+=-I${CURDIR}/net that I previously added.
Since Bruce changed the #include <res_config.h> to #include "res_config.h" this is no longer needed, and only makes the 'make' more verbose for no real reason.
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud