mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 22:07:34 -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..
15 lines
622 B
Text
15 lines
622 B
Text
# @(#)UXPDS.V10 8.9 (Berkeley) 3/12/98
|
|
define(`confCC', `/usr/ccs/bin/cc')
|
|
define(`confMAPDEF', `-DNDBM -DNIS')
|
|
define(`confENVDEF', `-DUXPDS=10 ')
|
|
define(`confINCDIRS', `-I/usr/include -I/usr/ucbinclude')
|
|
define(`confLIBS', `/usr/ucblib/libdbm.a /usr/ucblib/libucb.a -lsocket -lnsl -lelf')
|
|
define(`confMBINDIR', `/usr/ucblib')
|
|
define(`confSBINDIR', `/usr/ucbetc')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confEBINDIR', `/usr/ucblib')
|
|
define(`confSBINGRP', `mail')
|
|
define(`confSTDIR', `/usr/ucblib')
|
|
define(`confHFDIR', `/usr/ucblib')
|
|
define(`confINSTALL', `/usr/ucb/install')
|
|
define(`confMANROOT', `/usr/local/man/man')
|