diff options
-rw-r--r-- | usr.bin/less/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 230a2f9..becb0e6 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 $< $@ |