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