mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01: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>
|