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