Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.1.6.1
      1  1.1.6.1  pgoyette #	$NetBSD: Makefile,v 1.1.6.1 2017/04/26 02:53:28 pgoyette Exp $
      2      1.1  pgoyette 
      3      1.1  pgoyette .include <bsd.own.mk>
      4      1.1  pgoyette 
      5      1.1  pgoyette SUBDIR+=	hello
      6      1.1  pgoyette #SUBDIR+=	luahello	# Nothing to build here, only text files
      7  1.1.6.1  pgoyette SUBDIR+=	luareadhappy	# Needs an additional Lua script
      8      1.1  pgoyette SUBDIR+=	ping		# Needs an additional helper program
      9      1.1  pgoyette SUBDIR+=	properties
     10      1.1  pgoyette SUBDIR+=	readhappy
     11      1.1  pgoyette 
     12      1.1  pgoyette .include <bsd.subdir.mk>
     13