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.
This commit is contained in:
Ruslan Ermilov 2001-06-11 17:48:15 +00:00
parent 2107b6c68e
commit f811bd81b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78081
2 changed files with 2 additions and 1 deletions

View File

@ -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}

View File

@ -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}