summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-13 14:21:49 +0000
committerru <ru@FreeBSD.org>2004-08-13 14:21:49 +0000
commitcfe021dc2be09787ba79f023f091bd64ad34c95b (patch)
tree00c6f56b8ebffc82c9e526cd46f70595d4fea2f6 /usr.sbin/i4b
parentbab4dcbeedbcaa71c5a89c8cafe665de9fca8e50 (diff)
downloadFreeBSD-src-cfe021dc2be09787ba79f023f091bd64ad34c95b.zip
FreeBSD-src-cfe021dc2be09787ba79f023f091bd64ad34c95b.tar.gz
Replaced COPTS by equivalent CFLAGS.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnd/Makefile14
-rw-r--r--usr.sbin/i4b/isdnmonitor/Makefile4
2 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile
index bc4fc38..ce6c51c 100644
--- a/usr.sbin/i4b/isdnd/Makefile
+++ b/usr.sbin/i4b/isdnd/Makefile
@@ -8,29 +8,29 @@ SRCS= rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \
y.tab.h holiday.c
# compile debug support
-COPTS+= -DDEBUG
+CFLAGS+= -DDEBUG
# avoid wacky merging of string constants from
# source code with compile-time timestamp
-COPTS+= -fno-merge-constants
+CFLAGS+= -fno-merge-constants
# enable rtprio usage
-COPTS+= -DUSE_RTPRIO
+CFLAGS+= -DUSE_RTPRIO
-COPTS+= -I. -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel -I${.CURDIR}
+CFLAGS+= -I. -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel -I${.CURDIR}
.include "${.CURDIR}/../Makefile.inc"
.if !defined(I4B_WITHOUT_CURSES)
-COPTS+= -DUSE_CURSES
+CFLAGS+= -DUSE_CURSES
DPADD= ${LIBCURSES}
LDADD= -lcurses
.endif
.if defined(I4B_EXTERNAL_MONITOR)
-COPTS+= -DI4B_EXTERNAL_MONITOR
+CFLAGS+= -DI4B_EXTERNAL_MONITOR
.if defined(I4B_NOTCPIP_MONITOR)
-COPTS+= -DI4B_NOTCPIP_MONITOR
+CFLAGS+= -DI4B_NOTCPIP_MONITOR
.endif
.endif
diff --git a/usr.sbin/i4b/isdnmonitor/Makefile b/usr.sbin/i4b/isdnmonitor/Makefile
index 2eb82d4..ed241c1 100644
--- a/usr.sbin/i4b/isdnmonitor/Makefile
+++ b/usr.sbin/i4b/isdnmonitor/Makefile
@@ -5,11 +5,11 @@ MAN= isdnmonitor.8
SRCS= main.c curses.c
# compile debug support
-COPTS+= -DDEBUG
+CFLAGS+= -DDEBUG
# avoid wacky merging of string constants from
# source code with compile-time timestamp
-COPTS+= -fno-merge-constants
+CFLAGS+= -fno-merge-constants
DPADD= ${LIBCURSES}
LDADD= -lcurses
OpenPOWER on IntegriCloud