From 82f66ec4a06b799a916d669bd79ea741460b4b06 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 31 Dec 2001 19:41:37 +0000 Subject: [PATCH] Add -I${.CUDRIR} to CPPFLAGS. --- usr.sbin/isdn/isdnd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/isdn/isdnd/Makefile b/usr.sbin/isdn/isdnd/Makefile index 60ff4834be85..2d80afa3d355 100644 --- a/usr.sbin/isdn/isdnd/Makefile +++ b/usr.sbin/isdn/isdnd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/10/19 22:57:53 tv Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/31 19:41:37 thorpej Exp $ PROG = isdnd SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \ @@ -6,7 +6,8 @@ SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \ exec.c dial.c monitor.c pcause.c controller.c alias.c \ holiday.c -CPPFLAGS+= -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel -I${.OBJDIR} +CPPFLAGS+= -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel +CPPFLAGS+= -I${.CURDIR} -I${.OBJDIR} # compile debug support CPPFLAGS+= -DDEBUG