Install a header needed by userspace wiconfig program

This commit is contained in:
sommerfeld 1999-07-14 22:32:05 +00:00
parent 52faa3e2d7
commit 5d33b8fc14

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 1998/07/19 17:28:15 christos Exp $
# $NetBSD: Makefile,v 1.3 1999/07/14 22:32:05 sommerfeld 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
INCS= pcmciachip.h pcmciareg.h pcmciavar.h if_wi_ieee.h
.include <bsd.kinc.mk>