9 lines
210 B
Makefile
9 lines
210 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/10/19 12:04:58 lukem Exp $
|
|
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
|
|
|
|
WARNS= 0
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|