repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
isdn
/
isdnmonitor
/
Makefile
blob
4dc2250a4ef556d86255951cf310410201247905
1
# $NetBSD: Makefile,v 1.3 2006/05/11 08:55:10 mrg Exp $
2
3
PROG
=
isdnmonitor
4
SRCS
=
main.c curses.c
5
MAN8
=
isdnmonitor
.8
6
7
CPPFLAGS
+= -
DDEBUG
# compile debug support
8
LDADD
+= -
lcurses
9
MAN
=
isdnmonitor
.8
10
11
.
include
<
bsd.prog.mk
>
12
13
.if
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
14
COPTS.main.c
+= -
Wno-pointer-sign
15
.
endif