mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
841484cd42
understand whiteouts (FTS_W from fts()).
8 lines
159 B
Makefile
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>
|