1# from: @(#)Makefile 5.1 (Berkeley) 6/8/92 2# $Id: Makefile,v 1.5 1994/06/30 05:12:29 jtc Exp $ 3 4PROG= test 5SRCS= test.c 6LINKS= ${BINDIR}/test ${BINDIR}/[ 7MLINKS= test.1 '[.1' 8 9.include <bsd.prog.mk> 10