1
2PACKAGE=runtime
3PROG=	etherswitchcfg
4MAN=	etherswitchcfg.8
5SRCS=	etherswitchcfg.c ifmedia.c
6CFLAGS+= -I${SRCTOP}/sys
7
8.include <bsd.prog.mk>
9