blob: 891acdbdcc66a1541d14be3a4cf78b536f01b0c2 (
plain)
1
2
3
4
5
6
7
|
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
# $Id: Makefile,v 1.1 1995/10/18 08:45:13 deraadt Exp $
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
.include <bsd.prog.mk>
|