9 lines
149 B
Makefile
9 lines
149 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_frame_relay
|
|
SRCS= ng_frame_relay.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|