1#	@(#)Makefile	5.4 (Berkeley) 6/5/91
2# $FreeBSD: stable/11/sbin/etherswitchcfg/Makefile 319185 2017-05-30 04:17:22Z ngie $
3
4PACKAGE=runtime
5PROG=	etherswitchcfg
6MAN=	etherswitchcfg.8
7SRCS=	etherswitchcfg.c ifmedia.c
8CFLAGS+= -I${SRCTOP}/sys
9
10.include <bsd.prog.mk>
11