This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-04 08:55:18 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
lib
/
libbsnmp
/
Makefile.inc
7 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
Add build infrastructure for libbsnmp and the modules. Add the netgraph module for the SNMP daemon.
2003-11-10 04:17:34 -05:00
# $FreeBSD$
Clean up makefiles. Reviewed by: harti
2004-01-19 14:26:02 -05:00
SHLIB_MAJOR
=
1
WARNS
?
=
6
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64
2004-03-05 03:10:19 -05:00
NO_WERROR
=
yes
Clean up makefiles. Reviewed by: harti
2004-01-19 14:26:02 -05:00
INCSDIR
=
$
{
INCLUDEDIR
}
/
bsnmp
Reference in a new issue
Copy permalink