diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-06 23:01:17 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-06 23:01:17 +0000 |
commit | fce8e6c905cfa47e7e92712664b65b4e12cf27b1 (patch) | |
tree | 318fe99ce96f3ec4306323ad3636c25aa3b40c12 /regress/usr.bin/Makefile | |
parent | f1a2e8ae0f2915187bc2c7e5aed532d53ef6399d (diff) |
Link nc regress to build.
Diffstat (limited to 'regress/usr.bin/Makefile')
-rw-r--r-- | regress/usr.bin/Makefile | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 485de3e977a..b1813463a2b 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,9 +1,22 @@ -# $OpenBSD: Makefile,v 1.44 2018/10/15 08:08:46 otto Exp $ +# $OpenBSD: Makefile,v 1.45 2020/01/06 23:01:16 bluhm Exp $ -SUBDIR+= apply basename bc calendar colrm column cut dc diff diff3 dirname -SUBDIR+= doas file fmt fold grep gzip join -SUBDIR+= jot lastcomm m4 mail mandoc openssl rev sdiff sed signify sort tsort -SUBDIR+= ul wc xargs +SUBDIR+= apply +SUBDIR+= basename bc +SUBDIR+= calendar colrm column cut +SUBDIR+= dc diff diff3 dirname doas +SUBDIR+= file fmt fold +SUBDIR+= grep gzip +SUBDIR+= join jot +SUBDIR+= lastcomm +SUBDIR+= m4 mail mandoc +SUBDIR+= nc +SUBDIR+= openssl +SUBDIR+= rev +SUBDIR+= sdiff sed signify sort +SUBDIR+= tsort +SUBDIR+= ul +SUBDIR+= wc +SUBDIR+= xargs .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= cap_mkdb libtool make patch pkg-config rcs ssh |