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