Makefile revision 1557
1178172Simp#        @(#)Makefile	8.1 (Berkeley) 5/31/93
2178172Simp
3178172SimpPROG=	test
4178172SimpSRCS=   test.c operators.c
5178172SimpLINKS=	${BINDIR}/test ${BINDIR}/[
6178172SimpMLINKS=	test.1 '[.1'
7178172Simp
8178172Simp.include <bsd.prog.mk>
9178172Simp