Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.1
      1 #	@(#)Makefile	5.2 (Berkeley) 5/24/91
      2 
      3 PROG=	find
      4 SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      5 DPADD=	${LIBUTIL}
      6 LDADD=	-lutil
      7 
      8 .include <bsd.prog.mk>
      9