summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
committerobrien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
commit10e390cb2e45042f3072ccdaa8df79883ca595a5 (patch)
tree73d770c74c02b822087424a022c56984d0ac8a10 /usr.sbin
parent34acd4e355c89cb2615a861756f25b4f4ae085ab (diff)
downloadFreeBSD-src-10e390cb2e45042f3072ccdaa8df79883ca595a5.zip
FreeBSD-src-10e390cb2e45042f3072ccdaa8df79883ca595a5.tar.gz
Change the spelling of `.' to `.' from .OBJDIR since `.' really is where
generated files land. Also give precedence to generated files.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/atm/scspd/Makefile2
-rw-r--r--usr.sbin/i4b/isdnd/Makefile2
-rw-r--r--usr.sbin/rrenumd/Makefile2
-rw-r--r--usr.sbin/setkey/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 63eab50..3891c50 100644
--- a/usr.sbin/atm/scspd/Makefile
+++ b/usr.sbin/atm/scspd/Makefile
@@ -35,7 +35,7 @@ SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
scsp_timer.c
MAN8= scspd.8
-CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.OBJDIR}
+CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
LDADD+= -latm -lmd
DPADD+= ${LIBATM} ${LIBMD}
diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile
index 74b5d5f..d68103f 100644
--- a/usr.sbin/i4b/isdnd/Makefile
+++ b/usr.sbin/i4b/isdnd/Makefile
@@ -8,7 +8,7 @@ SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \
y.tab.h holiday.c
COPTS += -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel
-COPTS += -I${.CURDIR} -I${.OBJDIR}
+COPTS += -I. -I${.CURDIR}
# compile debug support
COPTS += -DDEBUG
diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile
index c459656..81f9156 100644
--- a/usr.sbin/rrenumd/Makefile
+++ b/usr.sbin/rrenumd/Makefile
@@ -17,7 +17,7 @@ PROG= rrenumd
SRCS= rrenumd.c parser.y lexer.l
YFLAGS+= -d
-CFLAGS+= -DINET6 -DIPSEC -I${.CURDIR} -I${.OBJDIR}
+CFLAGS+= -DINET6 -DIPSEC -I. -I${.CURDIR}
LDADD= -lipsec -lcompat -ll -ly
DPADD= ${LIBIPSEC} ${LIBCOMPAT} ${LIBL} ${LIBY}
diff --git a/usr.sbin/setkey/Makefile b/usr.sbin/setkey/Makefile
index 3caf739..3cc9226 100644
--- a/usr.sbin/setkey/Makefile
+++ b/usr.sbin/setkey/Makefile
@@ -51,7 +51,7 @@ all: ${PROG} scriptdump
SRCS+=y.tab.h
y.tab.h: parse.y
-CFLAGS+=-DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I${.OBJDIR}
+CFLAGS+=-DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT -I.
DPADD+= ${LIBIPSEC}
LDADD+= -lipsec
CLEANFILES+= scriptdump y.tab.h
OpenPOWER on IntegriCloud