Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / isdn / isdnmonitor / Makefile
blob4dc2250a4ef556d86255951cf310410201247905
1 # $NetBSD: Makefile,v 1.3 2006/05/11 08:55:10 mrg Exp $
3 PROG = isdnmonitor
4 SRCS = main.c curses.c
5 MAN8 = isdnmonitor.8
7 CPPFLAGS+= -DDEBUG # compile debug support
8 LDADD += -lcurses
9 MAN = isdnmonitor.8
11 .include <bsd.prog.mk>
13 .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
14 COPTS.main.c+= -Wno-pointer-sign
15 .endif