]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/i4b/isdnmonitor/Makefile
This commit was generated by cvs2svn to compensate for changes in r158782,
[FreeBSD/FreeBSD.git] / usr.sbin / i4b / isdnmonitor / Makefile
1 # $FreeBSD$
2
3 PROG=   isdnmonitor
4 MAN=    isdnmonitor.8
5 SRCS=   main.c curses.c
6
7 # compile debug support
8 CFLAGS+= -DDEBUG
9
10 # avoid wacky merging of string constants from
11 # source code with compile-time timestamp
12 CFLAGS+= -fno-merge-constants
13
14 DPADD=  ${LIBCURSES}
15 LDADD=  -lcurses
16
17 .include <bsd.prog.mk>