diff options
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Makefile b/regress/usr.bin/mandoc/mdoc/Makefile index b1baf23d852..9e468b38957 100644 --- a/regress/usr.bin/mandoc/mdoc/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Makefile @@ -1,12 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2012/07/08 22:48:38 schwarze Exp $ +# $OpenBSD: Makefile,v 1.22 2012/07/09 17:52:09 schwarze Exp $ SUBDIR += Ad An Ap Aq Ar At Bd Bk Bl Brq Bx Cd Cm D1 Dl Dq Dv Er Ev Fl Fo -SUBDIR += Ic In Lb Lk Li Ms Mt Nd Nm No Ns Oo Op Ox Pf Pp Qq Rs +SUBDIR += Ic In Lb Lk Li Ms Mt Nd Nm No Ns Oo Op Ox Pa Pf Pp Qq Rs SUBDIR += Sm Sq St Sx Sy Tn Ux Va Vt Xr blank -# disabled, mandoc must be fixed: -# Pa - ascii groff groff-clean obj-clean tman: _SUBDIRUSE .include <bsd.subdir.mk> |