mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
8 lines
189 B
Makefile
8 lines
189 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
|
|
MAN4= ng_frame_relay.4
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|