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