diff options
Diffstat (limited to 'usr.sbin/i4b/isdnd/Makefile')
-rw-r--r-- | usr.sbin/i4b/isdnd/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile deleted file mode 100644 index 37d3471357c21..0000000000000 --- a/usr.sbin/i4b/isdnd/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $Id$ - -PROG = isdnd - -SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \ - process.c rates.c msghdl.c fsm.c support.c timer.c \ - exec.c dial.c monitor.c pcause.c controller.c alias.c \ - y.tab.h - -COPTS += -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel -I${.OBJDIR} - -# compile debug support -COPTS += -DDEBUG - -# enable rtprio usage -COPTS += -DUSE_RTPRIO - -MAN8 = isdnd.8 -MAN5 = isdnd.rc.5 isdnd.rates.5 isdnd.acct.5 - -.if !defined(I4B_WITHOUT_CURSES) -COPTS += -DUSE_CURSES -DPADD = ${LIBCURSES} ${LIBTERMCAP} -LDADD = -lcurses -ltermcap -.endif - -.if defined(I4B_EXTERNAL_MONITOR) -COPTS += -DI4B_EXTERNAL_MONITOR -.if defined(I4B_NOTCPIP_MONITOR) -COPTS += -DI4B_NOTCPIP_MONITOR -.endif -.endif - -.include <bsd.prog.mk> |