8 lines
203 B
Makefile
8 lines
203 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/02/21 22:47:20 christos Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|