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