freebsd-dev/usr.bin/find/Makefile
2010-02-10 07:15:21 +00:00

10 lines
169 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 \
getdate.y
YFLAGS=
.include <bsd.prog.mk>