Need some minimalistic support for additional things that ../Makefile

requires, even if we do nothing here
This commit is contained in:
martin 2018-11-13 09:14:14 +00:00
parent 9b49821e7c
commit 94c721a4e0
1 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.3 2018/11/13 09:00:09 martin Exp $
.if ${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386"
# $NetBSD: Makefile,v 1.4 2018/11/13 09:14:14 martin Exp $
.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386"
LIB= nvmm
MAN= libnvmm.3
@ -14,6 +14,10 @@ INCSDIR= /usr/include
WARNS= 5
.else
LIB=
LIBDPLIBS=
.endif
.include <bsd.lib.mk>
.endif