NetBSD/usr.sbin/puffs/rump_au-naturel/Makefile
pooka cf3a71d4a7 Add rump_au-naturel, which instead of mounting a file system inside
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
2010-04-29 22:42:48 +00:00

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>