c5c63975d5
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
12 lines
213 B
Makefile
12 lines
213 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
|
|
|
|
PROG= nghook
|
|
SRCS= main.c
|
|
MAN8= nghook.8
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
COPTS+= -g -Wall -O2 -Werror
|
|
|
|
.include <bsd.prog.mk>
|