freebsd-dev/usr.bin/find/Makefile
Peter Wemm 841484cd42 Merge from Lite2 - use new getvfsbyname() and related changes.
understand whiteouts (FTS_W from fts()).
1997-03-11 13:48:37 +00:00

8 lines
159 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
CFLAGS+=-D_NEW_VFSCONF
.include <bsd.prog.mk>