Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 .include <bsd.own.mk>
      5 
      6 PROG=	find
      7 SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      8 WARNS=	4
      9 
     10 LDADD+=-lutil
     11 DPADD+=${LIBUTIL}
     12 
     13 .include <bsd.prog.mk>
     14