Newer
Older
ubixos / bin / test / Makefile
@Charlie Root Charlie Root on 16 Jan 2018 301 bytes Userland Stuffs
#        @(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: releng/11.1/bin/test/Makefile 298107 2016-04-16 07:45:30Z gjb $

.include <src.opts.mk>

PACKAGE=runtime
PROG=	test
LINKS=	${BINDIR}/test ${BINDIR}/[
MLINKS=	test.1 [.1

.if ${MK_TESTS} != "no"
SUBDIR+=    tests
.endif

.include <ubix.prog.mk>