diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-01-14 22:04:48 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-01-14 22:04:48 +0000 |
commit | 9e008ad36086a1c8d5e789fc79d862ee6ec2e0a3 (patch) | |
tree | 79f50784f87c08badc88cdb6a04eadc0dc47dd94 /regress/bin | |
parent | 0dd670f0c8dd906bf867469daa4fc449a3d5ac38 (diff) |
Link ed regress to build.
Diffstat (limited to 'regress/bin')
-rw-r--r-- | regress/bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/bin/Makefile b/regress/bin/Makefile index d6ec45cced7..2c8805707d9 100644 --- a/regress/bin/Makefile +++ b/regress/bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 2017/06/21 19:03:30 anton Exp $ +# $OpenBSD: Makefile,v 1.13 2018/01/14 22:04:47 bluhm Exp $ -SUBDIR+= cat chmod csh ksh ln md5 pax ps test +SUBDIR+= cat chmod csh ed ksh ln md5 pax ps test install: |