mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
7 lines
159 B
Makefile
7 lines
159 B
Makefile
# $OpenBSD: Makefile,v 1.4 2000/07/19 19:30:10 mickey Exp $
|
|
|
|
PROG= find
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
|
|
|
.include <bsd.prog.mk>
|