diff options
Diffstat (limited to 'usr.sbin/atm/atmarpd/Makefile')
-rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 1 |
1 files changed, 0 insertions, 1 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} |