Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.8
      1  1.8  lukem #	$NetBSD: Makefile,v 1.8 1999/01/03 14:54:27 lukem Exp $
      2  1.6    mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1    cgd 
      4  1.1    cgd PROG=	find
      5  1.8  lukem SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c
      6  1.8  lukem 
      7  1.8  lukem CPPFLAGS+=	-I${.CURDIR}/../../bin/ls
      8  1.8  lukem .PATH:	${.CURDIR}/../../bin/ls
      9  1.1    cgd 
     10  1.1    cgd .include <bsd.prog.mk>
     11