mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
# $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>
|