This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-23 11:18:54 +00:00
Code
Issues
Releases
Activity
0e9628026f
freebsd
/
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$
Clean up makefiles. Reviewed by: harti
2004-01-19 19:26:02 +00: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 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