mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
8 lines
177 B
Makefile
8 lines
177 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/11/29 23:14:33 archie Exp $
|
|
|
|
KMOD= ng_pptpgre
|
|
SRCS= ng_pptpgre.c
|
|
MAN4= ng_pptpgre.4
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|