Don't use an .OBJDIR for 'make sysent'.

Reported by:	emaste, jhb
Sponsored by:	Dell EMC
This commit is contained in:
bdrewery 2018-01-29 19:14:15 +00:00
parent da9dad4a1f
commit 59f27534cc
8 changed files with 25 additions and 1 deletions

View File

@ -2,6 +2,9 @@
#
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -2,6 +2,9 @@
#
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -1,5 +1,8 @@
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -1,5 +1,8 @@
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -2,6 +2,9 @@
#
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -2,6 +2,9 @@
#
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent, isc_sysent or xenix_sysent only"

View File

@ -2,6 +2,9 @@
#
# $FreeBSD$
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"

View File

@ -1,8 +1,11 @@
# @(#)Makefile 8.2 (Berkeley) 3/21/94
# $FreeBSD$
#
# Makefile for init_sysent
# Don't use an OBJDIR
.OBJDIR: ${.CURDIR}
all:
@echo "make sysent only"