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