Remove the rest of my local change that somehow snuck in to an

earlier commit.
This commit is contained in:
pgoyette 2018-11-27 06:31:15 +00:00
parent 1174b5ff5c
commit 2754bc1371
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.212 2018/11/27 05:39:00 msaitoh Exp $
# $NetBSD: Makefile,v 1.213 2018/11/27 06:31:15 pgoyette Exp $
.include <bsd.own.mk>
@ -432,13 +432,6 @@ SUBDIR+= virtio_pci
SUBDIR+= vioscsi
.endif
# We need these four locally XXX-PRG
.if ${MACHINE_ARCH} == "x86_64"
SUBDIR+= ld
SUBDIR+= ld_nvme
SUBDIR+= nvme
.endif
SUBDIR+= examples # build these regularly to avoid bit-rot
.include <bsd.subdir.mk>