diff options
author | imp <imp@FreeBSD.org> | 2016-06-10 06:04:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2016-06-10 06:04:53 +0000 |
commit | b93dab666384986b0ea8d63f9a9a5d75ccca6aad (patch) | |
tree | 2ab6431cf583d926a1244a9d64f3bcc040f7b3f1 /include | |
parent | b5adebd37b31c051f12f7a9628f0b63e981224db (diff) | |
download | FreeBSD-src-b93dab666384986b0ea8d63f9a9a5d75ccca6aad.zip FreeBSD-src-b93dab666384986b0ea8d63f9a9a5d75ccca6aad.tar.gz |
Commit the bits of nda that were missed. This should fix the build.
Approved by: re@
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 3003448..e4cdf72 100644 --- a/include/Makefile +++ b/include/Makefile @@ -42,7 +42,7 @@ LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \ LDIRS= bsm cam geom net net80211 netgraph netinet netinet6 \ netipsec netnatm netsmb nfs nfsclient nfsserver sys vm -LSUBDIRS= cam/ata cam/scsi \ +LSUBDIRS= cam/ata cam/nvme cam/scsi \ dev/acpica dev/agp dev/an dev/bktr dev/ciss dev/filemon dev/firewire \ dev/hwpmc \ dev/ic dev/iicbus dev/io dev/lmc dev/mfi dev/nvme \ |