diff options
author | peter <peter@FreeBSD.org> | 1995-08-21 17:50:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-08-21 17:50:01 +0000 |
commit | 2caa66b6de6e6875c2a3a4ec856234ff9da55fa4 (patch) | |
tree | 8c9aee23234d3a3d3257a3e2f244bf168edb7c17 /lib/libc | |
parent | 14562314a8ce84387f70eebe4d581d81ddeba55f (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/net/Makefile.inc | 1 |
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 \ |