protect with _QUOTA_
[unix-history] / usr / src / usr.bin / find / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.1 (Berkeley) %G%
2
3PROG= find
4SRCS= find.c function.c ls.c misc.c newsyntax.c oldsyntax.c operator.c \
5 option.c
6DPADD= ${LIBUTIL}
7LDADD= -lutil
8
9.include <bsd.prog.mk>