Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / net / lib / liblocal / Makefile
bloba6d454545f65b6e6fa20e5ad580aef299fbf9846
1 # $NetBSD: Makefile,v 1.3 2009/09/13 22:51:42 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../kern
6 LIB= rumpnet_local
8 SRCS= uipc_proto.c uipc_usrreq.c
9 SRCS+= component.c
11 CFLAGS+= -Wno-pointer-sign
13 .include <bsd.lib.mk>
14 .include <bsd.klinks.mk>