<bsd.prog.mk> has always included ../Makefile.inc, and there are no
complications involving .PATH or dependencies, so don't include it here.
This commit is contained in:
parent
3a0a936baa
commit
043e1b65d9
@ -1,9 +1,9 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id$
|
||||
|
||||
PROG= locate.bigram
|
||||
NOMAN= noman
|
||||
BINDIR= ${LIBEXECDIR}
|
||||
CFLAGS+= -I${.CURDIR}/../locate
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id$
|
||||
# $Id$
|
||||
|
||||
PROG= locate
|
||||
SRCS= util.c locate.c
|
||||
@ -21,5 +21,4 @@ beforeinstall:
|
||||
# ${.CURDIR}/locate.rc ${DESTDIR}/etc
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user