Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.4
      1  1.4     kamil #	$NetBSD: Makefile,v 1.4 2018/04/13 20:30:09 kamil 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.4     kamil SUBDIR+=	executor
      7  1.1  pgoyette #SUBDIR+=	luahello	# Nothing to build here, only text files
      8  1.2     kamil SUBDIR+=	luareadhappy	# Needs an additional Lua script
      9  1.1  pgoyette SUBDIR+=	ping		# Needs an additional helper program
     10  1.1  pgoyette SUBDIR+=	properties
     11  1.1  pgoyette SUBDIR+=	readhappy
     12  1.3     kamil SUBDIR+=	sysctl
     13  1.1  pgoyette 
     14  1.1  pgoyette .include <bsd.subdir.mk>
     15