summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-07-21 11:00:24 +0000
committerschwarze <schwarze@openbsd.org>2017-07-21 11:00:24 +0000
commit930c48b476ec0d54e28d35120ed164836f31cd7b (patch)
tree4e0b5b01669563b3bd711d12ce79952404ddfba5
parentfix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis. (diff)
downloadwireguard-openbsd-930c48b476ec0d54e28d35120ed164836f31cd7b.tar.xz
wireguard-openbsd-930c48b476ec0d54e28d35120ed164836f31cd7b.zip
Garbage collect unused manual page .SUFFIXES, left over
years ago when we formatted manual pages at build time. Opportunity for cleanup discovered by espie@. Make build & release in base and Xenocara checked myself, and checked in a bulk build by ajacoutot@. OK espie@ millert@ deraadt@
-rw-r--r--share/mk/bsd.prog.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index ec0074da48a..76a67218c73 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.prog.mk,v 1.74 2017/07/09 15:29:52 espie Exp $
+# $OpenBSD: bsd.prog.mk,v 1.75 2017/07/21 11:00:24 schwarze Exp $
# $NetBSD: bsd.prog.mk,v 1.55 1996/04/08 21:19:26 jtc Exp $
# @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
@@ -8,7 +8,7 @@
.include <bsd.own.mk>
-.SUFFIXES: .out .o .c .cc .cpp .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
+.SUFFIXES: .out .o .c .cc .cpp .C .cxx .y .l .s
.if (defined(LDSTATIC) && !defined(STATICPIE)) || defined(NOPIE)
CFLAGS+= ${NOPIE_FLAGS}