diff options
Diffstat (limited to 'regress/roff/Makefile')
-rw-r--r-- | regress/roff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/roff/Makefile b/regress/roff/Makefile index 7c6f5e16..f338f83d 100644 --- a/regress/roff/Makefile +++ b/regress/roff/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.25 2018/08/23 14:16:12 schwarze Exp $ +# $OpenBSD: Makefile,v 1.26 2018/08/24 22:56:37 schwarze Exp $ SUBDIR = args cond esc scale string -SUBDIR += br cc de ds ft ig it ll na nr po ps return rm rn shift sp ta ti tr +SUBDIR += br cc de ds ft ig it ll na nr po ps +SUBDIR += return rm rn shift sp ta ti tr while .include "../Makefile.sub" .include <bsd.subdir.mk> |