Home | History | Annotate | Line # | Download | only in error
Makefile revision 1.3
      1 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2 #	$NetBSD: Makefile,v 1.3 1995/09/02 06:15:10 jtc Exp $
      3 
      4 PROG=	error
      5 SRCS=	main.c input.c pi.c subr.c filter.c touch.c
      6 
      7 .include <bsd.prog.mk>
      8