# Id: SunOS.5.6,v 8.14.18.3 2000/12/14 01:04:46 rand Exp define(`confCC', `gcc') define(`confLDOPTS_SO',`-G') define(`confSONAME',`-h') define(`confBEFORE', `sysexits.h') define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') define(`confENVDEF', `-DSOLARIS=20600') define(`confLIBS', `-lsocket -lnsl -lkstat') define(`confMTLDOPTS', `-lpthread') define(`confMBINDIR', `/usr/lib') define(`confEBINDIR', `/usr/lib') define(`confSBINGRP', `sys') define(`confINSTALL', `${BUILDBIN}/install.sh') define(`confDEPEND_TYPE', `CC-M') PUSHDIVERT(3) sysexits.h: if [ -r /usr/include/sysexits.h ]; \ then \ ln -s /usr/include/sysexits.h; \ fi POPDIVERT ifelse(confBLDVARIANT, `DEBUG', dnl Debug build ` define(`confOPTIMIZE',`-g') ', dnl Optimized build confBLDVARIANT, `OPTIMIZED', ` define(`confOPTIMIZE',`-O') ', dnl Purify build confBLDVARIANT, `PURIFY', ` define(`confOPTIMIZE',`-g') ', dnl default ` define(`confOPTIMIZE',`-O') ') s NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/liblocal/Makefile
AgeCommit message (Expand)Author
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2014-03-13rename component.c -> local_component.cpooka
2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka
2009-12-12Use linker script to make __start/stop_link_set_modules be presentpooka
2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka
2009-05-28Use a bunch of weak symbols to determine which network componentspooka
2009-02-08Add a PF_LOCAL rump kernel component.pooka