From 5b6a15c73dd3e0c58f313e9695f98b55ff9dd7b9 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Mon, 22 May 2000 10:43:56 +0000 Subject: [PATCH] Dont use/install the formatted man file. --- usr.bin/less/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 230a2f97512c..becb0e68ebe7 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -7,9 +7,9 @@ LSDIR= ${.CURDIR}/../../contrib/less CFLAGS+=-I. -I${.CURDIR}/../less -I${LSDIR} -.SUFFIXES: .man .1 +.SUFFIXES: .nro .1 -.man.1: +.nro.1: @${ECHO} Making $@ from $< @-rm -f $@ @cp $< $@