Remove building with NOCRYPTO option
[minix.git] / sys / dev / pci / Makefile
blobd816daaded7189857ee516b66bdf74156e600f9f
1 # $NetBSD: Makefile,v 1.14 2015/03/28 14:41:28 msaitoh Exp $
3 # use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
5 #LSC: MINIX Not Yet imported
6 #SUBDIR= hdaudio
8 INCSDIR= /usr/include/dev/pci
10 # Only install includes which are used by userland
11 INCS= amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
12 pcidevs.h pcidevs_data.h pciio.h pcireg.h \
13 tgareg.h twereg.h tweio.h
15 .include <bsd.kinc.mk>