mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
8 lines
177 B
Makefile
8 lines
177 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
|
|
|
|
KMOD= ng_rfc1490
|
|
SRCS= ng_rfc1490.c
|
|
MAN4= ng_rfc1490.4
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|