summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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