From eeba28eca5be919a399be2a3e4e54f5df163e17d Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 17 Dec 1997 19:49:09 +0000 Subject: has always included ../Makefile.inc, and there are no complications involving .PATH or dependencies, so don't include it here. --- usr.bin/locate/code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/locate/code') diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index a7d8e80..7e4c4fd 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate NOMAN= noman BINDIR= ${LIBEXECDIR} -.include "../Makefile.inc" .include -- cgit v1.1