Home | History | Annotate | Line # | Download | only in find
      1  1.14       rin #	$NetBSD: Makefile,v 1.15 2023/08/03 14:56:36 rin 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