11 lines
185 B
Makefile
11 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/10/02 18:50:12 elad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/secmodel/bsd44
|
|
|
|
KMOD= secmodel_bsd44
|
|
SRCS= secmodel_bsd44.c
|
|
|
|
.include <bsd.kmodule.mk>
|