Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.6
      1  1.6    mrg #	$NetBSD: Makefile,v 1.6 1998/02/02 14:02:06 mrg Exp $
      2  1.6    mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      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