blob: ddf1e651a69a340dc7b6da8dfa0e40ef1359f373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2018/11/07 07:43:08 maxv Exp $
.if ${MACHINE_ARCH} == "x86_64"
SUBDIR= x86
.endif
.include <bsd.own.mk>
INCSDIR= /usr/include/dev/nvmm
INCS= nvmm.h nvmm_ioctl.h
.include <bsd.kinc.mk>
|