diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index a536011f835..ceb99641c0a 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -16,5 +16,7 @@ MAN1= less.1 MANDEPEND= less.1 CLEANFILES+= ${MANDEPEND} +MLINKS= less.1 more.1 + .include "Makefile.common" .include