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