diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
| commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
| tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/less | |
| parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 4b3effddc721..5302aa109865 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -9,7 +9,7 @@ DPADD= ${LIBTERMCAP} LDADD= -ltermcap LINKS= ${BINDIR}/less /usr/bin/more MLINKS= less.1 more.1 -CLEANFILES= ${MAN1} +CLEANFILES= less.1 .include "Makefile.common" .include <bsd.prog.mk> |
