17 lines
286 B
Makefile
17 lines
286 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/05/09 12:03:11 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpkern_sys_sunos
|
|
|
|
SRCS= rump_sunos_compat.c
|
|
SRCS+= sys_sunos_component.c
|
|
|
|
# XXX
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
SYS_P=rump_sunos_sys
|
|
.include "../Makefile.sys"
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|