Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.1.4.2
      1  1.1.4.2  skrll #	$NetBSD: Makefile,v 1.1.4.2 2015/06/06 14:40:23 skrll Exp $
      2  1.1.4.2  skrll 
      3  1.1.4.2  skrll .include <bsd.own.mk>
      4  1.1.4.2  skrll 
      5  1.1.4.2  skrll SUBDIR+=	hello
      6  1.1.4.2  skrll #SUBDIR+=	luahello	# Nothing to build here, only text files
      7  1.1.4.2  skrll SUBDIR+=	ping		# Needs an additional helper program
      8  1.1.4.2  skrll SUBDIR+=	properties
      9  1.1.4.2  skrll SUBDIR+=	readhappy
     10  1.1.4.2  skrll 
     11  1.1.4.2  skrll .include <bsd.subdir.mk>
     12