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