NetBSD/usr.bin/find/Makefile

8 lines
203 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1998/02/21 22:47:20 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
.include <bsd.prog.mk>