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-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.6 2020/01/19 16:16:33 schwarze Exp $

REGRESS_TARGETS	 = badarg dupe late long manarg noarg order
LINT_TARGETS	 = badarg dupe late long manarg noarg order

# groff-1.22.4 prints footer fields of excessive length on top of
# each other rather than breaking the output line.

SKIP_GROFF	 = long

# Autodetection fails for late .Dd, so specify -mdoc explicitly.

MOPTS		 = -mdoc

.include <bsd.regress.mk>