mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
12 lines
415 B
Text
12 lines
415 B
Text
# @(#)Altos 8.6 (Berkeley) 2/19/98
|
|
define(`confCC', `gcc')
|
|
define(`confENVDEF', `-DALTOS_SYSTEM_V ')
|
|
define(`confLIBS', `-lsocket -lrpc')
|
|
define(`confMBINDIR', `/usr/lib')
|
|
define(`confSBINDIR', `/usr/etc')
|
|
define(`confEBINDIR', `/usr/lib')
|
|
define(`confSBINGRP', `sys')
|
|
define(`confSTDIR', `/usr/lib')
|
|
define(`confHFDIR', `/usr/lib')
|
|
define(`confINSTALL', `${BUILDBIN}/install.sh')
|
|
define(`confDEPEND_TYPE', `CC-M')
|