567664c4a7
I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore due to its age so I adapted it. PR: bin/3648 Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c
|
|
.PATH: ${.CURDIR}/../../bin/ls
|
|
|
|
.include <bsd.prog.mk>
|