Don't install rumpuser.h here.
It's already installed by the rump kernel build (sys/rump/include/rump)
This commit is contained in:
parent
c97a58013f
commit
9dcb86b37a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2014/07/22 22:41:58 justin Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2014/10/28 23:48:03 pooka Exp $
|
||||
#
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
@ -50,7 +50,7 @@ SRCS+= rumpuser_errtrans.c rumpuser_sigtrans.c
|
|||
SRCS+= rumpuser_dl.c rumpuser_daemonize.c
|
||||
|
||||
INCSDIR= /usr/include/rump
|
||||
INCS= rumpuser.h rumpuser_component.h rumpuser_port.h
|
||||
INCS= rumpuser_component.h rumpuser_port.h
|
||||
|
||||
MAN= rumpuser.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue