Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / modules / exec_script / Makefile
bloba5d0cc5d5bfee297b7ec3ec59202faf7a2f0612e
1 # $NetBSD: Makefile,v 1.1 2008/11/13 10:03:22 ad Exp $
3 .include "../Makefile.inc"
5 KMOD= exec_script
7 CPPFLAGS+= -DEXEC_SCRIPT
9 .PATH: ${S}/kern
10 SRCS= exec_script.c
12 .include <bsd.kmodule.mk>