Use proper path for more(1) on OpenBSD / NetBSD and DragonFly

This commit is contained in:
Brad Smith 2022-08-05 22:44:29 -04:00
parent f7df5e7c86
commit e4f6926ac0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
# endif
# endif
#else
# if defined(linux) || defined(__FreeBSD__)
# if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
# define PAGERDIR "/usr/bin/more"
# elif defined(CYGWIN)
# define PAGERDIR "./less"