summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-10-30 17:45:58 +0000
committerschwarze <schwarze@openbsd.org>2014-10-30 17:45:58 +0000
commite5cff64b25aa70a9e41e1dbce9b40b1478f171fd (patch)
tree994669e8160a05fb6ffe103e2c86adf1de77d5ed
parentzero the correct size, then free it. (diff)
downloadwireguard-openbsd-e5cff64b25aa70a9e41e1dbce9b40b1478f171fd.tar.xz
wireguard-openbsd-e5cff64b25aa70a9e41e1dbce9b40b1478f171fd.zip
for convenience, let obj-clean imply clean
-rw-r--r--regress/usr.bin/mandoc/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc
index 9301dcbf413..1b9758955b6 100644
--- a/regress/usr.bin/mandoc/Makefile.inc
+++ b/regress/usr.bin/mandoc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.16 2014/10/27 18:09:36 schwarze Exp $
+# $OpenBSD: Makefile.inc,v 1.17 2014/10/30 17:45:58 schwarze Exp $
.include "Makefile.sub"
@@ -285,6 +285,7 @@ lint-out-clean: obj-check
obj-clean:
rm -rf ${.CURDIR}/obj/*
rm -f ${.CURDIR}/obj
+ ${MAKE} clean
obj-check:
@test ! -e ${.CURDIR}/obj || \