blob: f698d94f4dda623f51f28b29829a65222abfdbad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2017/04/14 02:43:28 ozaki-r Exp $
#
LIB= rumpnet_netipsec
SRCS= netipsec_component.c
.include "Makefile.inc"
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
|