8 lines
82 B
Makefile
8 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ethermulti
|
|
SRCS+= ethermulti.c
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|