xref: /freebsd/sbin/etherswitchcfg/Makefile (revision 076ad2f836d5f49dc1375f1677335a48fe0d4b82)
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${.CURDIR}/../../sys
9
10.include <bsd.prog.mk>
11