NetBSD/usr.bin/find/Makefile

9 lines
207 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1998/02/02 14:02:06 mrg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
1997-10-19 16:04:58 +04:00
WARNS= 0
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>