7f57b57dc8
components which are too bloaty to be included in rumpkern (where bloaty means "can be easily left out without anyone missing"), but generally do not require the support of the dev/fs/net factions to function. As the first one, add ksems. librumpcrypto will migrate here too once I get my timeslice to deal with the setlists, as most likely will tty support.
7 lines
127 B
Makefile
7 lines
127 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/06/10 21:56:42 pooka Exp $
|
|
#
|
|
|
|
SUBDIR= include librump dev fs kern net
|
|
|
|
.include <bsd.subdir.mk>
|