minix/sys/dev/Makefile
Lionel Sambuc 7eb99bda90 Importing lib/libpci
Change-Id: I21ae1e409286cec27c5e35677de3778a3f505d1e
2014-11-07 16:20:39 +01:00

21 lines
274 B
Makefile

# $NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $
SUBDIR= \
i2c \
pci \
.include <bsd.own.mk>
.if ${MKISCSI} != "no"
SUBDIR+= iscsi
.endif
INCSDIR= /usr/include/dev
# Only install includes which are used by userland
INCS= \
vndvar.h
.include <bsd.kinc.mk>