Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.2
      1 #	from: @(#)Makefile	5.2 (Berkeley) 5/24/91
      2 #	$Id: Makefile,v 1.2 1993/07/31 15:23:16 mycroft Exp $
      3 
      4 PROG=	find
      5 SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      6 DPADD=	${LIBUTIL}
      7 LDADD=	-lutil
      8 
      9 .include <bsd.prog.mk>
     10