diff options
author | ru <ru@FreeBSD.org> | 2001-06-11 17:48:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-11 17:48:15 +0000 |
commit | 40b62e4ea32b9ed8f0a688ca608ec66261037c13 (patch) | |
tree | fbb6ca5545bbee65577617be3489e166f2c7ae25 /usr.sbin/atm/atmarpd | |
parent | a0e4020b845cd38a8c6ba92d53971c2a049c1ee3 (diff) | |
download | FreeBSD-src-40b62e4ea32b9ed8f0a688ca608ec66261037c13.zip FreeBSD-src-40b62e4ea32b9ed8f0a688ca608ec66261037c13.tar.gz |
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.
Diffstat (limited to 'usr.sbin/atm/atmarpd')
-rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |