diff options
author | 2003-09-26 07:44:29 +0000 | |
---|---|---|
committer | 2003-09-26 07:44:29 +0000 | |
commit | 6b7fbafe758638f5280ee822f5d4977490d3a007 (patch) | |
tree | 658a870aff1eb2afe096becaa2eb3236d824abc5 | |
parent | Disable bc (and dc). (diff) | |
download | wireguard-openbsd-6b7fbafe758638f5280ee822f5d4977490d3a007.tar.xz wireguard-openbsd-6b7fbafe758638f5280ee822f5d4977490d3a007.zip |
Enable dc(1) and bc(1) regressions
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index e45cc3c2aa5..84d92e15779 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2003/07/31 14:11:44 otto Exp $ +# $OpenBSD: Makefile,v 1.10 2003/09/26 07:44:29 otto Exp $ # $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $ -SUBDIR+= grep m4 make sort ssh tsort diff patch +SUBDIR+= grep m4 make sort ssh tsort diff patch dc bc .include <bsd.subdir.mk> |