Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2018/04/13 20:30:09 kamil Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR+=	hello
      6 SUBDIR+=	executor
      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+=	sysctl
     13 
     14 .include <bsd.subdir.mk>
     15