fts(3) updates
[unix-history] / usr.bin / find / Makefile
CommitLineData
4e97a0eb 1# @(#)Makefile 5.3 (Berkeley) 8/19/91
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>