This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a50f2c9f42
freebsd-nq
/
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 09:17:34 +00:00
# $FreeBSD$
Bump the shared library version number for the bsnmp v1.6 import because of incompatible interface changes.
2004-04-14 16:29:46 +00:00
SHLIB_MAJOR
=
2
Clean up makefiles. Reviewed by: harti
2004-01-19 19:26:02 +00:00
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 08:10:19 +00:00
NO_WERROR
=
yes
Clean up makefiles. Reviewed by: harti
2004-01-19 19:26:02 +00:00
INCSDIR
=
$
{
INCLUDEDIR
}
/
bsnmp
Reference in New Issue
Copy Permalink