mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 10:02:12 +00:00
8 lines
134 B
Makefile
8 lines
134 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
|
|
|
|
KMOD= ng_rfc1490
|
|
SRCS= ng_rfc1490.c
|
|
|
|
.include <bsd.kmod.mk>
|