xref: /freebsd/bin/test/Makefile (revision 953a3198a35204535cc9d450f04da982a4fea59b)
1#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2#	$Id$
3
4PROG=	test
5SRCS=   test.c operators.c
6LINKS=	${BINDIR}/test ${BINDIR}/[
7MLINKS=	test.1 '[.1'
8
9.include <bsd.prog.mk>
10