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