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
/
wiconfig
/
Makefile
blob
651a44a95703147b777738a3f7b5bdf9e3133dca
1
# $NetBSD: Makefile,v 1.3 2006/05/11 08:42:05 mrg Exp $
2
3
PROG
=
wiconfig
4
MAN
=
wiconfig
.8
5
6
.
include
<
bsd.prog.mk
>
7
8
.if defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
9
COPTS
+= -
fno-strict-aliasing
10
.
endif