Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	hello
6#SUBDIR+=	luahello	# Nothing to build here, only text files
7SUBDIR+=	ping		# Needs an additional helper program
8SUBDIR+=	properties
9SUBDIR+=	readhappy
10
11.include <bsd.subdir.mk>
12