1 # $NetBSD: Makefile,v 1.2 2019/02/17 04:05:49 rin Exp $ 2 3 .include "../Makefile.inc" 4 5 #S?= /usr/src/sys 6 KMOD= readhappy_mpsafe 7 SRCS= readhappy_mpsafe.c 8 9 WARNS= 3 10 11 .include <bsd.kmodule.mk> 12 13 # To make use of this module, you'll need to separately build the 14 # test_readhappy program, with a Makefile similar to 15 # 16 # MKMAN= NO 17 # PROG= test_readhappy 18 # 19 # CFLAGS+=-pthread 20 # 21 # LDADD+= -lpthread 22 # DPADD+= ${LIBPTHREAD} 23 # 24 # .include <bsd.prog.mk> 25