NetBSD/usr.bin/find/Makefile
lukem adfde6fdc9 Add support for "-flags [-]flags", which matches the file flags in a
similar way that "-perm [-]mode" matches the file mode.
1999-01-03 14:54:27 +00:00

11 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.8 1999/01/03 14:54:27 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c
CPPFLAGS+= -I${.CURDIR}/../../bin/ls
.PATH: ${.CURDIR}/../../bin/ls
.include <bsd.prog.mk>