Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.13
      1  1.13     lukem #	$NetBSD: Makefile,v 1.13 2009/04/14 22:15:20 lukem Exp $
      2   1.6       mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4   1.9     lukem .include <bsd.own.mk>
      5   1.9     lukem 
      6   1.1       cgd PROG=	find
      7  1.12        he SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      8   1.8     lukem 
      9  1.10  christos LDADD+=-lutil
     10  1.10  christos DPADD+=${LIBUTIL}
     11  1.10  christos 
     12   1.1       cgd .include <bsd.prog.mk>
     13