summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-18 05:37:48 +0000
committerderaadt <deraadt@openbsd.org>1996-05-18 05:37:48 +0000
commit4ae007f57be14f2a4004d54f29a9ab0e61428896 (patch)
treeef1cd937915b258c5c2eb4bd40752142c5d3f20f
parentsocketpair() is not a hack in libc like pipe() (diff)
downloadwireguard-openbsd-4ae007f57be14f2a4004d54f29a9ab0e61428896.tar.xz
wireguard-openbsd-4ae007f57be14f2a4004d54f29a9ab0e61428896.zip
allow "make includes" to work from here too
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b295ec41beb..37006dca9e3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 1996/05/14 19:10:34 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 1996/05/18 05:37:48 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.
@@ -24,6 +24,9 @@ regression-tests:
@(cd ${.CURDIR}/regress && ${MAKE} regress)
.endif
+includes:
+ (cd ${.CURDIR}/include; ${MAKE} includes)
+
beforeinstall:
.ifndef DESTDIR
(cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)