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
/
chrtbl
/
Makefile
blob
799332f58d9746302042642e11cd5c3646c1539f
1
# $NetBSD: Makefile,v 1.7 2008/08/29 00:02:25 gmcgarry Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
chrtbl
6
MAN
=
chrtbl
.8
7
8
SRCS
=
chrtbl.c ctypeio.c
9
10
.
include
<
bsd.prog.mk
>
11
12
.if
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
13
COPTS.chrtbl.c
+= -
Wno-pointer-sign
14
.
endif