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