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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
isdn
/
isdntel
/
Makefile
blob
3dd551a4552707ac0df170f03ca3a0c63fecdfb1
1
# $NetBSD: Makefile,v 1.2 2006/05/11 08:55:10 mrg Exp $
2
3
PROG
=
isdntel
4
SRCS
=
main.c display.c files.c alias.c
5
LDADD
+= -
lcurses
-
ltermlib
6
MAN
=
isdntel
.8
7
8
.
include
<
bsd.prog.mk
>
9
10
.if
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
11
COPTS.alias.c
+= -
Wno-pointer-sign
12
.
endif