diff options
author | David Krause <david@cvs.openbsd.org> | 2004-07-20 06:25:41 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-07-20 06:25:41 +0000 |
commit | b0d011d32e79d1859753afe56af71ab92eebbd18 (patch) | |
tree | 97c1314851253e858df579c473fdc33cbfb249bb /regress/Makefile | |
parent | 7f0f48c15a908701b5bff833e10f7fbbecec8034 (diff) |
we can add the gnu directory to the regress build now
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 883241557f0..7813b984403 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2004/02/21 19:07:29 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2004/07/20 06:25:40 david Exp $ # # To run full regression tests you just need two steps: @@ -15,7 +15,7 @@ # email address, preferably 'regress@openbsd.org'. # To skip the really slow tests, set the REGRESS_SKIP_SLOW variable. -SUBDIR+= etc bin include lib libexec sbin sys share usr.bin usr.sbin misc +SUBDIR+= etc bin include lib libexec sbin sys share usr.bin usr.sbin misc gnu install: |