summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-08-29 22:10:32 +0000
committerespie <espie@openbsd.org>2012-08-29 22:10:32 +0000
commit9f592787bf2d5dea10d9102fdcd4c0e5a5f15b48 (patch)
treeff8f715e6e6e16b1d11dfc922b3bc7b4699a6926 /Makefile
parentAdjust for changes to "struct reg". (diff)
downloadwireguard-openbsd-9f592787bf2d5dea10d9102fdcd4c0e5a5f15b48.tar.xz
wireguard-openbsd-9f592787bf2d5dea10d9102fdcd4c0e5a5f15b48.zip
remove ancient cruft.
okay deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fb6bfefc94f..39fff883ccc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.117 2011/09/17 16:59:53 pirofti Exp $
+# $OpenBSD: Makefile,v 1.118 2012/08/29 22:10:32 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -49,11 +49,9 @@ SUBDIR+= kerberosV
SUBDIR+= distrib regress
.endif
-.if exists(regress)
regression-tests:
@echo Running regression tests...
@cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
-.endif
includes:
cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes