9 lines
199 B
Makefile
Executable File
9 lines
199 B
Makefile
Executable File
# Makefile for building the sample lala module
|
|
# $FreeBSD: src/share/examples/kld/lala/module/Makefile,v 1.2 2001/09/18 12:03:42 ru Exp $
|
|
|
|
KMOD= execWatch
|
|
SRCS= execWatch.c
|
|
|
|
|
|
.include <bsd.kmod.mk>
|