first pass for new make
[unix-history] / usr / src / usr.bin / find / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
PROG= find
SRCS= find.c function.c ls.c misc.c newsyntax.c oldsyntax.c operator.c \
option.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>