8 lines
195 B
Makefile
8 lines
195 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
|
|
# $Id: Makefile,v 1.3 1994/01/28 00:43:36 cgd Exp $
|
|
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|