]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/ppp/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / ppp / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
3
4 KMOD=   ng_ppp
5 SRCS=   ng_ppp.c
6
7 .include <bsd.kmod.mk>