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