1# $NetBSD: Makefile,v 1.1 2010/04/29 22:42:48 pooka Exp $ 2# 3 4PROG= rump_au-naturel 5NOMAN= 6 7ISRUMP= # persuadertron 8 9# Link in components to see which devices they create. The 10# following is an example. You should see /dev/bpf. 11# 12#LDADD+= -lrumpdev_bpf -lrumpdev -lrumpnet_net -lrumpnet 13 14.include <bsd.prog.mk> 15