mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-05 03:58:19 -04:00
13 lines
193 B
Makefile
13 lines
193 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/19 18:36:08 ad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= exec_script
|
|
|
|
CPPFLAGS+= -DEXEC_SCRIPT
|
|
|
|
.PATH: ${S}/kern
|
|
SRCS= exec_script.c
|
|
|
|
.include <bsd.kmodule.mk>
|