Linux build updates

- A few Makefile changes to reflect current(?) paths on Linux
- Linux mail reader is /bin/mail
This commit is contained in:
cohrs
2002-03-02 22:43:39 +00:00
parent b8d702085f
commit d1d6455534
3 changed files with 10 additions and 10 deletions

View File

@@ -174,7 +174,7 @@
#define DEF_MAILREADER "/usr/ucb/Mail"
# endif
#else
# if defined(SYSV) || defined(DGUX) || defined(HPUX)
# if (defined(SYSV) || defined(DGUX) || defined(HPUX)) && !defined(LINUX)
# if defined(M_XENIX) || defined(__FreeBSD__)
#define DEF_MAILREADER "/usr/bin/mail"
# else