Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2020/04/01 01:57:20 kamil Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR+=	executor
      6 SUBDIR+=	fopsmapper		# Needs an additional helper program
      7 SUBDIR+=	hello
      8 #SUBDIR+=	luahello		# Nothing to build here, only text files
      9 SUBDIR+=	luareadhappy		# Needs an additional Lua script
     10 SUBDIR+=	mapper			# Needs an additional helper program
     11 SUBDIR+=	panic_string		# Crashes the system
     12 SUBDIR+=	ping			# Needs an additional helper program
     13 SUBDIR+=	ping_block		# Needs an additional helper program
     14 SUBDIR+=	properties
     15 SUBDIR+=	readhappy
     16 SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
     17 SUBDIR+=	sysctl
     18 
     19 .include <bsd.subdir.mk>
     20