diff options
author | 1996-05-18 05:37:48 +0000 | |
---|---|---|
committer | 1996-05-18 05:37:48 +0000 | |
commit | 4ae007f57be14f2a4004d54f29a9ab0e61428896 (patch) | |
tree | ef1cd937915b258c5c2eb4bd40752142c5d3f20f | |
parent | socketpair() is not a hack in libc like pipe() (diff) | |
download | wireguard-openbsd-4ae007f57be14f2a4004d54f29a9ab0e61428896.tar.xz wireguard-openbsd-4ae007f57be14f2a4004d54f29a9ab0e61428896.zip |
allow "make includes" to work from here too
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |