2002-09-18 18:00:33 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2002/09/18 14:00:36 lukem Exp $
|
1998-02-02 17:02:06 +03:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-09-18 18:00:33 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
PROG= find
|
1999-01-03 17:54:27 +03:00
|
|
|
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c
|
|
|
|
|
2002-09-18 18:00:33 +04:00
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/bin/ls
|
|
|
|
.PATH: ${NETBSDSRCDIR}/bin/ls
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|