Home | History | Annotate | Line # | Download | only in error
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	5.9 (Berkeley) 2/26/91
      2  1.1  cgd 
      3  1.1  cgd PROG=	error
      4  1.1  cgd SRCS=	main.c input.c pi.c subr.c filter.c touch.c
      5  1.1  cgd 
      6  1.1  cgd .include <bsd.prog.mk>
      7