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