From 19ff4eeead1fce1a8359c07f439c0cd82fdc410f Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 17 Oct 2017 19:31:57 +0000 Subject: remove the remaining references to .depend files since nothing creates them any longer; ok espie@ deraadt@ --- distrib/special/route/Makefile | 4 ++-- distrib/syspatch/bsd.syspatch.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'distrib') diff --git a/distrib/special/route/Makefile b/distrib/special/route/Makefile index 2b2dac06119..35d8a8ef926 100644 --- a/distrib/special/route/Makefile +++ b/distrib/special/route/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/06/12 18:49:33 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2017/10/17 19:31:56 naddy Exp $ PROG= route MAN= route.8 @@ -6,7 +6,7 @@ SRCS= route.c show.c CFLAGS+= -Wall -DSMALL -route.o .depend tags: keywords.h +route.o tags: keywords.h .PATH: ${.CURDIR}/../../../sbin/route .include diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index c9d227499c0..f88120ce4b9 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.18 2017/08/23 13:13:37 ajacoutot Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.19 2017/10/17 19:31:56 naddy Exp $ # # Copyright (c) 2016-2017 Robert Nagy # @@ -69,7 +69,7 @@ all: ${_BUILD_COOKIE} .if !target(clean) clean: - rm -rf .depend ${ERRATA} ${SYSPATCH} + rm -rf ${ERRATA} ${SYSPATCH} .endif depend: -- cgit v1.2.3