![]() ![]() | ![]() |
1.1 schwarze 1: # $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $ 2: 3: REGRESS_TARGETS = args noname nostd 4: LINT_TARGETS = noname nostd 5: 6: # groff-1.22.2 defect: 7: # - .Rv without -std produces no output 8: 9: SKIP_GROFF = nostd 1.3 ! schwarze 10: ! 11: # ugly name section output, do not test this for now ! 12: ! 13: SKIP_MARKDOWN ?= noname 1.1 schwarze 14: 15: .include <bsd.regress.mk>