22289a8c3d
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= etherswitchcfg
|
|
MAN= etherswitchcfg.8
|
|
SRCS= etherswitchcfg.c ifmedia.c
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
.include <bsd.prog.mk>
|