diff options
author | 1996-05-14 19:10:34 +0000 | |
---|---|---|
committer | 1996-05-14 19:10:34 +0000 | |
commit | 6cae596c39cf0501a612d63707dbff18ffe5d3a7 (patch) | |
tree | 2c7231aa6f2e9c7ebb3f0a90989c47ebc1caf925 | |
parent | require ypserv to be on reserved port (diff) | |
download | wireguard-openbsd-6cae596c39cf0501a612d63707dbff18ffe5d3a7.tar.xz wireguard-openbsd-6cae596c39cf0501a612d63707dbff18ffe5d3a7.zip |
when making distributions, make sure the include directory gets filled
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |