mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
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>
|