Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.12.20.1
      1  1.12.20.1       jym #	$NetBSD: Makefile,v 1.12.20.1 2009/05/13 19:19:49 jym 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