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 (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.8 2018/12/21 16:58:49 schwarze Exp $

REGRESS_TARGETS	 = arg break empty obsolete unclosed
UTF8_TARGETS	 = arg
LINT_TARGETS	 = break obsolete unclosed

# groff-1.22.3 defect:
# - When .Ec is missing, groff prints no page footer.

SKIP_GROFF	 = unclosed

.include <bsd.regress.mk>