Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2018/04/20 00:06:45 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+=	ping			# Needs an additional helper program
     10 SUBDIR+=	properties
     11 SUBDIR+=	readhappy
     12 SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
     13 SUBDIR+=	sysctl
     14 
     15 .include <bsd.subdir.mk>
     16