mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.
This commit is contained in:
parent
adefd3f66c
commit
89ea5c2a49
1 changed files with 1 additions and 3 deletions
|
|
@ -84,9 +84,7 @@ static void s_output __P(( int, char **, char *, char *, int, char *, int, int )
|
|||
#define DONT_EXTEND 0 /* alias for FALSE */
|
||||
|
||||
#define SVR4_CPP "/usr/ccs/lib/cpp"
|
||||
#ifdef __FreeBSD__
|
||||
#define SUNOS_CPP "/usr/libexec/cpp"
|
||||
#elif defined(__NetBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#define SUNOS_CPP "/usr/bin/cpp"
|
||||
#else
|
||||
#define SUNOS_CPP "/usr/lib/cpp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue