Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.5
      1  1.5    lukem #	$NetBSD: Makefile,v 1.5 1997/10/19 12:04:58 lukem Exp $
      2  1.2  mycroft #	from: @(#)Makefile	5.2 (Berkeley) 5/24/91
      3  1.1      cgd 
      4  1.5    lukem WARNS=	0
      5  1.1      cgd PROG=	find
      6  1.1      cgd SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      7  1.1      cgd 
      8  1.1      cgd .include <bsd.prog.mk>
      9