1 # $NetBSD: Makefile,v 1.1 2020/04/30 00:48:10 christos Exp $ 2 3 .include "../Makefile.inc" 4 5 #S?= /usr/src/sys 6 7 KMOD= pollpal 8 SRCS= pollpal.c 9 10 .include <bsd.kmodule.mk> 11 12 # To make use of this module, you'll need to separately build the 13 # cmd_pollpall program, with a Makefile similar to 14 # 15 # MKMAN= NO 16 # PROG= cmd_pollpal 17 # .include <bsd.prog.mk> 18 19