This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / find / Makefile
CommitLineData
78ed81a3 1# @(#)Makefile 8.1 (Berkeley) 6/6/93
15637ed4
RG
2
3PROG= find
4SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
5DPADD= ${LIBUTIL}
6LDADD= -lutil
7
8.include <bsd.prog.mk>