8 lines
199 B
Makefile
8 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:08 tls Exp $
|
|
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
|
|
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|