summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-14 19:10:34 +0000
committerderaadt <deraadt@openbsd.org>1996-05-14 19:10:34 +0000
commit6cae596c39cf0501a612d63707dbff18ffe5d3a7 (patch)
tree2c7231aa6f2e9c7ebb3f0a90989c47ebc1caf925
parentrequire ypserv to be on reserved port (diff)
downloadwireguard-openbsd-6cae596c39cf0501a612d63707dbff18ffe5d3a7.tar.xz
wireguard-openbsd-6cae596c39cf0501a612d63707dbff18ffe5d3a7.zip
when making distributions, make sure the include directory gets filled
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8fcc474a90..b295ec41beb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1996/05/06 21:44:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 1996/05/14 19:10:34 deraadt Exp $
# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
.include <bsd.own.mk> # for NOMAN, if it's there.
@@ -30,6 +30,7 @@ beforeinstall:
.else
(cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)
.endif
+ (cd ${.CURDIR}/include; ${MAKE} includes)
afterinstall:
.ifndef NOMAN