From 40b62e4ea32b9ed8f0a688ca608ec66261037c13 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 11 Jun 2001 17:48:15 +0000 Subject: Backout removal of -I${.CURDIR}/../../../sys in previous revision. It is needed to pick up (missing in SHARED=copy case) netatm/uni/ headers. The right fix would be to install missing netatm/uni headers. --- usr.sbin/atm/atmarpd/Makefile | 1 + usr.sbin/atm/scspd/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index 4e81596..973b59a 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/Makefile @@ -32,6 +32,7 @@ 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 91b38d3..7740c25 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} +CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR} LDADD+= -latm -lmd DPADD+= ${LIBATM} ${LIBMD} -- cgit v1.1