Annotation of mandoc/regress/mdoc/Sh/Makefile, Revision 1.1
1.1 ! schwarze 1: # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
! 2:
! 3: REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
! 4: REGRESS_TARGETS += orderNAME punctNAME subbefore
! 5: LINT_TARGETS = badNAME before empty emptyNAME first nohead order
! 6: LINT_TARGETS += orderNAME punctNAME subbefore
! 7:
! 8: SKIP_GROFF = subbefore first empty
! 9: SKIP_ASCII = first
! 10:
! 11: .include <bsd.regress.mk>
CVSweb