1b6504a175
- implement ioctls compatible with bsdi/freebsd-pao. stat type is changed from u_int to u_quad_t to avoid overflows. now it is possible to switch domain/encryption key from the userland, using cnwctl(8). - implement multicast/promiscuous mode. tested with IPv6.
10 lines
268 B
Makefile
10 lines
268 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/11/29 12:53:59 itojun Exp $
|
|
|
|
# use 'make -f Makefile.pcmciadevs' to make pcmciadevs.h and pcmciadevs_data.h
|
|
|
|
INCSDIR= /usr/include/dev/pcmcia
|
|
|
|
INCS= pcmciachip.h pcmciareg.h pcmciavar.h if_wi_ieee.h if_cnwioctl.h
|
|
|
|
.include <bsd.kinc.mk>
|