9 lines
207 B
Makefile
9 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.6 1998/02/02 14:02:06 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS= 0
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|