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>
|