Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.12
      1  1.12        he #	$NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he 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.11       apb WARNS=	4
      9   1.8     lukem 
     10  1.10  christos LDADD+=-lutil
     11  1.10  christos DPADD+=${LIBUTIL}
     12  1.10  christos 
     13   1.1       cgd .include <bsd.prog.mk>
     14