openbsd-ports/java/Makefile

13 lines
277 B
Makefile
Raw Normal View History

2016-04-27 14:21:06 +00:00
# $OpenBSD: Makefile,v 1.12 2016/04/27 14:21:06 jasper Exp $
2001-08-11 16:23:20 +00:00
SUBDIR =
2012-05-23 15:04:30 +00:00
SUBDIR += jBCrypt
2011-08-30 07:16:53 +00:00
SUBDIR += java-getopt
SUBDIR += javaPathHelper
2001-08-11 16:23:20 +00:00
SUBDIR += jlint
2011-08-29 15:08:06 +00:00
SUBDIR += jna
2001-09-14 05:58:45 +00:00
SUBDIR += junit
2013-07-10 14:41:26 +00:00
SUBDIR += tanukiwrapper
2001-08-11 16:23:20 +00:00
.include <bsd.port.subdir.mk>