1# @(#)Makefile 5.4 (Berkeley) 6/5/91 2 3PACKAGE=runtime 4PROG= etherswitchcfg 5MAN= etherswitchcfg.8 6SRCS= etherswitchcfg.c ifmedia.c 7CFLAGS+= -I${SRCTOP}/sys 8 9.include <bsd.prog.mk> 10