Makefile revision 1.4
11.4Smycroft#	from: @(#)Makefile	5.1 (Berkeley) 6/8/92
21.4Smycroft#	$Id: Makefile,v 1.4 1993/08/01 05:46:39 mycroft Exp $
31.1Sglass
41.1SglassPROG=	test
51.2SglassSRCS=   test.c operators.c
61.1SglassCFLAGS+=-I.
71.1SglassLINKS=	${BINDIR}/test ${BINDIR}/[
81.1SglassMLINKS=	test.1 '[.1'
91.3Sglass
101.3Sglass# use this rule to if you update binary_ops, or unary_ops
111.3Sglassmake_op: 
121.1Sglass	sh ${.CURDIR}/mkops
131.1Sglass
141.1Sglass.include <bsd.prog.mk>
15