mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
|
|
|
|
KMOD= ng_ppp
|
|
SRCS= ng_ppp.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|