Makefile (56ca39961bd1c9946a505c41c3fc634ef63fdd42) | Makefile (bec35b9a5f0cdb233b0601c507114d11a1093126) |
---|---|
1# $FreeBSD$ 2# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ 3 4KMOD= ng_pppoe 5SRCS= ng_pppoe.c | 1# $FreeBSD$ 2# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ 3 4KMOD= ng_pppoe 5SRCS= ng_pppoe.c |
6MAN8= ng_pppoe.8 | 6MAN4= ng_pppoe.4 |
7 8.include "${.CURDIR}/../../../conf/kmod.mk" | 7 8.include "${.CURDIR}/../../../conf/kmod.mk" |