From ed4855c380c2b739b927e6c1fc20375e60583d25 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 2 Aug 2022 11:28:49 +0000 Subject: Delete OpenBSD-only rules from the regress/roff/de Makefile after they were changed in OpenBSD. Tracking these rules here would be useless. --- regress/roff/de/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'regress/roff/de') diff --git a/regress/roff/de/Makefile b/regress/roff/de/Makefile index b730ce68..62f05200 100644 --- a/regress/roff/de/Makefile +++ b/regress/roff/de/Makefile @@ -10,41 +10,3 @@ LINT_TARGETS = escname indir infinite SKIP_GROFF = infinite .include - - -# OpenBSD only: non-standard targets - -# --- additions to public targets --- - -all ascii: ascii-diff-opt - -ascii-clean: ascii-clean-opt - -groff: TH.out_ascii_opt Dd.out_ascii_opt - -groff-clean: groff-clean-opt - - -# --- local rules --- - -ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt - ${DIFF} ${.CURDIR}/TH.out_ascii_opt TH.mandoc_ascii_opt - ${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt - -TH.mandoc_ascii_opt: TH.in - ${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET} - -Dd.mandoc_ascii_opt: Dd.in - ${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET} - -ascii-clean-opt: - rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt - -TH.out_ascii_opt: TH.in - /usr/local/bin/nroff -c -man -Tascii ${.ALLSRC} > ${.TARGET} - -Dd.out_ascii_opt: Dd.in - /usr/local/bin/nroff -c -mdoc -Tascii ${.ALLSRC} > ${.TARGET} - -groff-clean-opt: - rm -f TH.out_ascii_opt Dd.out_ascii_opt -- cgit