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