2012-05-11 20:56:04 +00:00
|
|
|
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-09 20:19:31 +00:00
|
|
|
PACKAGE=runtime
|
2012-05-11 20:56:04 +00:00
|
|
|
PROG= etherswitchcfg
|
|
|
|
MAN= etherswitchcfg.8
|
|
|
|
SRCS= etherswitchcfg.c ifmedia.c
|
2017-03-04 11:33:01 +00:00
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
2012-05-11 20:56:04 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|