a0b5197620
MFC after: 1 month
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
|
|
|
|
KMOD= ng_ether_echo
|
|
SRCS= ng_ether_echo.c
|
|
|
|
.include <bsd.kmod.mk>
|