Makefile revision 1.2
1#	from: @(#)Makefile	5.9 (Berkeley) 2/26/91
2#	$Id: Makefile,v 1.2 1993/07/31 15:23:40 mycroft Exp $
3
4PROG=	error
5SRCS=	main.c input.c pi.c subr.c filter.c touch.c
6
7.include <bsd.prog.mk>
8