summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
committerru <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
commit52a9144c8ba73bc2eddb65528bb71790cb72f895 (patch)
tree7db9bd25b79ae42b42688d711e04b27f120c2402 /usr.sbin/atm
parent50fdd52effcf737a2dcae8320cf8a0aa0d46377e (diff)
downloadFreeBSD-src-52a9144c8ba73bc2eddb65528bb71790cb72f895.zip
FreeBSD-src-52a9144c8ba73bc2eddb65528bb71790cb72f895.tar.gz
Removed -I${.CURDIR}/.../sys from CFLAGS.
Diffstat (limited to 'usr.sbin/atm')
-rw-r--r--usr.sbin/atm/atmarpd/Makefile1
-rw-r--r--usr.sbin/atm/scspd/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile
index 973b59a..4e81596 100644
--- a/usr.sbin/atm/atmarpd/Makefile
+++ b/usr.sbin/atm/atmarpd/Makefile
@@ -32,7 +32,6 @@ SRCS= atmarpd.c atmarp_config.c atmarp_log.c atmarp_scsp.c \
atmarp_subr.c atmarp_timer.c
MAN= atmarpd.8
-CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm -lmd
DPADD+= ${LIBATM} ${LIBMD}
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 7740c25..91b38d3 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
MAN= scspd.8
-CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
+CFLAGS+= -I. -I${.CURDIR}
LDADD+= -latm -lmd
DPADD+= ${LIBATM} ${LIBMD}
OpenPOWER on IntegriCloud