diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-01-01 09:51:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-01-01 09:51:46 +0000 |
| commit | bf2033044e1bd295d03b60faddd23ea614b2ccc1 (patch) | |
| tree | 7ad734dcfdf534dd50afcdff05de58d3af325bc1 /usr.sbin/i4b | |
| parent | 77ca8b20d824041d6b391ec2c4abfa58b8bb835b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/i4b')
| -rw-r--r-- | usr.sbin/i4b/isdnd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile index 2bda2bba462f5..37d3471357c21 100644 --- a/usr.sbin/i4b/isdnd/Makefile +++ b/usr.sbin/i4b/isdnd/Makefile @@ -1,3 +1,4 @@ +# $Id$ PROG = isdnd @@ -17,11 +18,10 @@ COPTS += -DUSE_RTPRIO MAN8 = isdnd.8 MAN5 = isdnd.rc.5 isdnd.rates.5 isdnd.acct.5 -.include <bsd.prog.mk> - .if !defined(I4B_WITHOUT_CURSES) COPTS += -DUSE_CURSES -LDADD += -lcurses +DPADD = ${LIBCURSES} ${LIBTERMCAP} +LDADD = -lcurses -ltermcap .endif .if defined(I4B_EXTERNAL_MONITOR) @@ -30,3 +30,5 @@ COPTS += -DI4B_EXTERNAL_MONITOR COPTS += -DI4B_NOTCPIP_MONITOR .endif .endif + +.include <bsd.prog.mk> |
