mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
|
|
|
|
KMOD= ng_UI
|
|
SRCS= ng_UI.c
|
|
MAN4= ng_UI.4
|
|
|
|
.include <bsd.kmod.mk>
|