mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
11 lines
405 B
Text
11 lines
405 B
Text
# @(#)HP-UX.11.x 8.7 (Berkeley) 3/30/98
|
|
define(`confCC', `cc -Ae')
|
|
define(`confMAPDEF', `-DNDBM -DNIS -DMAP_REGEX')
|
|
define(`confENVDEF', `-DV4FS -DHPUX11 ')
|
|
define(`confOPTIMIZE', `+O3')
|
|
define(`confLIBS', `-ldbm -lnsl')
|
|
define(`confSHELL', `/usr/bin/sh')
|
|
define(`confSTDIR', `/etc/mail')
|
|
define(`confHFDIR', `/usr/share/lib')
|
|
define(`confINSTALL', `${BUILDBIN}/install.sh')
|
|
define(`confSBINGRP', `mail')
|