12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/07 22:24:04 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpkern_sysproxy
|
|
|
|
SRCS= sysproxy.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|