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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
i386
/
stand
/
netboot
/
ne2000_isa
/
Makefile
blob
b71f2c43f8b96fcf49676851196b495a26ad0b97
1
# $NetBSD: Makefile,v 1.1 2002/02/19 19:49:40 thorpej Exp $
2
3
USE_NETIF
=
ne2000_isa
4
5
CPPFLAGS
+= -
DBASEREG
=
0x300
6
7
.
include
"../Makefile.netboot"
8
9
.if
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
10
COPTS.dp8390.c
+= -
Wno-pointer-sign
11
.
endif
12