1# @(#)Makefile 5.1 (Berkeley) 6/8/92 2 3PROG= test 4SRCS= test.c operators.c 5CFLAGS+=-I. 6LINKS= ${BINDIR}/test ${BINDIR}/[ 7MLINKS= test.1 '[.1' 8 9 10# use this rule to if you update binary_ops, or unary_ops 11make_op: 12 sh ${.CURDIR}/mkops 13 14.include <bsd.prog.mk> 15