9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= bridgestp
|
|
SRCS= bridgestp.c
|
|
|
|
.include <bsd.kmod.mk>
|