summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2010-03-23 21:31:02 +0000
committerespie <espie@openbsd.org>2010-03-23 21:31:02 +0000
commitfcf05718684a9015e19042a9a761ad77529a41b8 (patch)
treeced2fe9bc910b9b86cded1f01e11e2f0469a2952 /Makefile
parentsome oddity in the process of getting fixed (diff)
downloadwireguard-openbsd-fcf05718684a9015e19042a9a761ad77529a41b8.tar.xz
wireguard-openbsd-fcf05718684a9015e19042a9a761ad77529a41b8.zip
install mtree always
okay deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfe65a0161b..ae216f21d43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.114 2005/12/02 01:17:20 deraadt Exp $
+# $OpenBSD: Makefile,v 1.115 2010/03/23 21:31:02 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -59,6 +59,7 @@ includes:
beforeinstall:
cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} distrib-dirs
+ cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} install-mtree
cd ${.CURDIR}/include && exec ${MAKE} includes
afterinstall: