cf3a71d4a7
the rump kernel just attaches to / in said rump kernel instance. This is mostly useful in case wanting to see what nodes components create (see Makefile). not built without manual intervention
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/04/29 22:42:48 pooka Exp $
|
|
#
|
|
|
|
PROG= rump_au-naturel
|
|
NOMAN=
|
|
|
|
ISRUMP= # persuadertron
|
|
|
|
# Link in components to see which devices they create. The
|
|
# following is an example. You should see /dev/bpf.
|
|
#
|
|
#LDADD+= -lrumpdev_bpf -lrumpdev -lrumpnet_net -lrumpnet
|
|
|
|
.include <bsd.prog.mk>
|