mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_frame_relay
|
|
SRCS= ng_frame_relay.c
|
|
|
|
.include <bsd.kmod.mk>
|