freebsd-dev/usr.bin/find/Makefile
Josef Karthauser cd2a718f1e Added missing DPADD's. Removed unrequired SRCS's.
Obtained from:	bde
2000-01-01 15:44:11 +00:00

10 lines
180 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>