summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-12-21 21:40:02 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-12-21 21:40:02 +0000
commit2e505302fed71ccbc606e78804729f6b344ed695 (patch)
treeef018cd1a79bdd3dc83e31e78b66024bf73f2cba /share
parenteff9f5fbd1f620a72344d69193c82cc393dd5285 (diff)
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'share')
-rw-r--r--share/dict/Makefile4
-rw-r--r--share/misc/Makefile4
-rw-r--r--share/snmp/Makefile4
-rw-r--r--share/tabset/Makefile4
-rw-r--r--share/tmac/Makefile4
-rw-r--r--share/tmac/mdoc/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index 7be863a6d51..819ae4c63b8 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2019/12/21 21:40:00 espie Exp $
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# Missing: connectives, words
@@ -7,7 +7,7 @@ FILES= README propernames web2 web2a
NOOBJ= noobj
LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
-all clean cleandir depend tags:
+all clean cleandir tags:
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
diff --git a/share/misc/Makefile b/share/misc/Makefile
index f8d6f926a06..dd268a05d6b 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.19 2019/12/21 21:40:00 espie Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport birthtoken countrycodes \
@@ -11,7 +11,7 @@ FILES= airport birthtoken countrycodes \
SUBDIR= pcvtfonts
.endif
-all clean cleandir depend obj tags: _SUBDIRUSE
+all clean cleandir obj tags: _SUBDIRUSE
realinstall:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
diff --git a/share/snmp/Makefile b/share/snmp/Makefile
index 9c4f8b33b7a..ed86319e934 100644
--- a/share/snmp/Makefile
+++ b/share/snmp/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.6 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.7 2019/12/21 21:40:00 espie Exp $
FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt
FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt
FILES+= OPENBSD-CARP-MIB.txt OPENBSD-PF-MIB.txt
FILES+= OPENBSD-RELAYD-MIB.txt
-all clean cleandir depend obj tags: _SUBDIRUSE
+all clean cleandir obj tags: _SUBDIRUSE
realinstall:
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 0444 \
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index 560be07e7e1..c90b2354f99 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2019/12/21 21:40:01 espie Exp $
# from: @(#)Makefile 5.3 (Berkeley) 10/22/90
FILES= std stdcrt vt100 vt300
NOOBJ= noobj
-all clean cleandir depend tags:
+all clean cleandir tags:
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
diff --git a/share/tmac/Makefile b/share/tmac/Makefile
index 063ef8d0c84..c1ccde04973 100644
--- a/share/tmac/Makefile
+++ b/share/tmac/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2019/12/21 21:40:01 espie Exp $
# from: @(#)Makefile 6.13 (Berkeley) 3/20/91
FILES= tmac.andoc
@@ -7,7 +7,7 @@ NOOBJ= noobj
SUBDIR= mdoc
-all clean cleandir depend tags:
+all clean cleandir tags:
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
diff --git a/share/tmac/mdoc/Makefile b/share/tmac/mdoc/Makefile
index b48fc3f5e77..afd1be421b9 100644
--- a/share/tmac/mdoc/Makefile
+++ b/share/tmac/mdoc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile,v 1.6 2019/12/21 21:40:01 espie Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms
@@ -8,7 +8,7 @@ LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc
STRIP_SED = ${.CURDIR}/../strip.sed
NOOBJ= noobj
-all clean cleandir depend tags:
+all clean cleandir tags:
beforeinstall:
for i in ${MSRCS}; do \