openbsd-ports/sysutils/torture/Makefile
2022-03-11 19:57:10 +00:00

21 lines
361 B
Makefile

COMMENT = set of kernel torture tools
DISTNAME = torture-1.1
REVISION = 2
CATEGORIES = sysutils
MAINTAINER = Bob Beck <beck@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MASTER_SITES = http://foad2.obtuse.com/pub/beck/
NO_TEST = Yes
WANTLIB = c
MAKE_FLAGS = CC="${CC}" BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>