summaryrefslogtreecommitdiffstats
path: root/rules/libbsd.in
blob: 656375343668ff5fe2457314128c88d004a2a0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=system_libraries

config LIBBSD
	tristate
	prompt "libbsd"
	help
	  This library provides useful functions commonly found on
	  BSD systems, and lacking on others like GNU systems, thus
	  making it easier to port projects with strong BSD origins,
	  without needing to embed the same code over and over again
	  on each project.