diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-17 04:50:32 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-17 04:50:32 +0000 |
commit | a672b6d31584652ea1b5cbf49fa7b6d09904f66c (patch) | |
tree | 15a48a99ed6ad8a6e87decd77988eecd3e0323c6 | |
parent | bc3cc9e3eab1e46332f81f3e330632b688ddfcd9 (diff) |
Irony: forgetting to link in the 'ln' tests
-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 0b3797dafab..2b905767341 100644 --- a/regress/bin/Makefile +++ b/regress/bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/09 03:58:12 nicm Exp $ +# $OpenBSD: Makefile,v 1.7 2013/06/17 04:50:31 guenther Exp $ -SUBDIR+= md5 ksh pax systrace test +SUBDIR+= ksh ln md5 pax systrace test install: |