c76bc8f3bf
behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
10 lines
212 B
Makefile
10 lines
212 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
CFLAGS+= -Wall
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c setflags.c
|
|
.PATH: ${.CURDIR}/../../lib/libc/gen
|
|
|
|
.include <bsd.prog.mk>
|