aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-04 22:25:35 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-04 22:25:35 +0000
commit680b396b513f464d200c4d2409472d49ea979278 (patch)
tree4cd7587f2b059fb83cf6c448d995092c55ba63ff /usr.sbin/named
parentc771590aa7ec930235fa7595a1710d803c289109 (diff)
downloadsrc-680b396b513f464d200c4d2409472d49ea979278.tar.gz
src-680b396b513f464d200c4d2409472d49ea979278.zip
Removed unused `-I.'s from CFLAGS.
"." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'.
Notes
Notes: svn path=/head/; revision=18035
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/named/Makefile.inc b/usr.sbin/named/Makefile.inc
index 864ef3960334..a5622bf2a311 100644
--- a/usr.sbin/named/Makefile.inc
+++ b/usr.sbin/named/Makefile.inc
@@ -1,5 +1,5 @@
# From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp
-# $Id$
+# $Id: Makefile.inc,v 1.1 1996/08/29 21:36:53 peter Exp $
.ifndef (Mk.Inc)
Mk.Inc?=defined
@@ -17,7 +17,7 @@ DESTSBIN= /usr/sbin
IOT= ABRT
CONFIG?= -DUSE_OPTIONS_H
-INCLUDE?= -I. -I${BIND_DIR} -I${BIND_DIR}/include
+INCLUDE?= -I${BIND_DIR} -I${BIND_DIR}/include
CFLAGS+= ${INCLUDE} ${CONFIG}
BINGRP= bin