# Makefile for the test utility
# Derived from 4.4BSD sources

PROG=	test
SRCS=   test.c
LINKS=	${BINDIR}/test ${BINDIR}/[
MLINKS=	test.1 [.1

.include <bsd.prog.mk>
