1 # $NetBSD: Makefile,v 1.8 1999/01/03 14:54:27 lukem Exp $ 2 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4 PROG= find 5 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c 6 7 CPPFLAGS+= -I${.CURDIR}/../../bin/ls 8 .PATH: ${.CURDIR}/../../bin/ls 9 10 .include <bsd.prog.mk> 11