NetBSD/usr.bin/find/Makefile

9 lines
210 B
Makefile
Raw Normal View History

1997-10-19 16:04:58 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/19 12:04:58 lukem Exp $
1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
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>