mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
17d6c63672
Not objected to by: -current
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
KMOD= bridge
|
|
SRCS= bridge.c
|
|
|
|
.include <bsd.kmod.mk>
|