minix/sys/dev/Makefile

21 lines
274 B
Makefile
Raw Permalink Normal View History

# $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>