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