summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2017-10-17 19:31:57 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2017-10-17 19:31:57 +0000
commit19ff4eeead1fce1a8359c07f439c0cd82fdc410f (patch)
tree9e1f02bdb31a951974b5de53409f4b1c022c7541 /distrib
parenta3d5933cd5951b1e97707fa1fddd53cade63d44c (diff)
remove the remaining references to .depend files since nothing creates them
any longer; ok espie@ deraadt@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/route/Makefile4
-rw-r--r--distrib/syspatch/bsd.syspatch.mk4
2 files changed, 4 insertions, 4 deletions
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 <bsd.prog.mk>
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 <robert@openbsd.org>
#
@@ -69,7 +69,7 @@ all: ${_BUILD_COOKIE}
.if !target(clean)
clean:
- rm -rf .depend ${ERRATA} ${SYSPATCH}
+ rm -rf ${ERRATA} ${SYSPATCH}
.endif
depend: