File: Makefile

package info (click to toggle)
mdocml 1.14.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,536 kB
  • sloc: ansic: 37,110; makefile: 1,159; sh: 562; perl: 413
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $

REGRESS_TARGETS	 = args noname nostd
LINT_TARGETS	 = noname nostd

# groff-1.22.2 defect:
# - .Rv without -std produces no output

SKIP_GROFF	 = nostd

# ugly name section output, do not test this for now

SKIP_MARKDOWN	?= noname

.include <bsd.regress.mk>