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
/
bootp
/
bootptest
/
Makefile
blob
c5d920e2bf4955f0ef25e5d421f9c0a50fdab4ba
1
# $NetBSD: Makefile,v 1.2 2006/05/11 23:16:30 mrg Exp $
2
3
PROG
=
bootptest
4
SRCS
=
bootptest.c print-bootp.c getether.c
5
MAN
=
bootptest
.8
6
7
.
include
<
bsd.prog.mk
>
8
9
.if
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
10
COPTS.print-bootp.c
+= -
Wno-pointer-sign
11
.
endif