summaryrefslogtreecommitdiff
path: root/sys/modules/examples/pollpal/Makefile
blob: 5d9e7aac460571b78888777a9be499d4143cc44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#   $NetBSD: Makefile,v 1.1 2020/04/30 00:48:10 christos Exp $

.include "../Makefile.inc"

#S?=	/usr/src/sys

KMOD=   pollpal
SRCS=   pollpal.c

.include <bsd.kmodule.mk>

# To make use of this module, you'll need to separately build the
# cmd_pollpall program, with a Makefile similar to
#
#   MKMAN=  NO
#   PROG=   cmd_pollpal
#   .include <bsd.prog.mk>