xref: /freebsd/sbin/etherswitchcfg/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=runtime
2PROG=	etherswitchcfg
3MAN=	etherswitchcfg.8
4SRCS=	etherswitchcfg.c ifmedia.c
5CFLAGS+= -I${SRCTOP}/sys
6
7.include <bsd.prog.mk>
8