summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2010-06-20 14:22:39 +0000
committerphessler <phessler@openbsd.org>2010-06-20 14:22:39 +0000
commitf43667de57f83b2bc8ee2deee9fcd4d18ed79256 (patch)
treea0f321d360aff000f2f00906c380e17b52796ff4
parentHave yet another regress test actually build the test program, before (diff)
downloadwireguard-openbsd-f43667de57f83b2bc8ee2deee9fcd4d18ed79256.tar.xz
wireguard-openbsd-f43667de57f83b2bc8ee2deee9fcd4d18ed79256.zip
remove the check for a comment that was removed in 2001
pointed out by david@
-rw-r--r--regress/sys/ddb/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/regress/sys/ddb/Makefile b/regress/sys/ddb/Makefile
index bf0f814ee72..5a891bf30d2 100644
--- a/regress/sys/ddb/Makefile
+++ b/regress/sys/ddb/Makefile
@@ -1,15 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2002/09/02 20:01:44 avsm Exp $
+# $OpenBSD: Makefile,v 1.3 2010/06/20 14:22:39 phessler Exp $
-REGRESS_TARGETS= comment
.if (${MACHINE} == "i386")
REGRESS_TARGETS+= size
.endif
SRC= ${.CURDIR}/../../..
-comment:
- fgrep -q '* if [ `size db_hangman.o | awk '"'"'BEGIN {getline} {print $$1+$$2}'"'"'` -gt 1024 ];' ${SRC}/sys/ddb/db_hangman.c
-
size: clean
mkdir build
/usr/sbin/config -s ${SRC}/sys -b build \