OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / support / bpf-lkm / FreeBSD / Makefile
1 BINDIR= .
2 SRCS=   ether_mod.c ether_mod_load.c
3 KMOD=   ether_spoof
4 NOMAN=  none
5
6 CLEANFILES+= ${KMOD}
7
8 .include <bsd.kmod.mk>