]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/etherswitchcfg/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / etherswitchcfg / Makefile
1 #       @(#)Makefile    5.4 (Berkeley) 6/5/91
2 # $FreeBSD$
3
4 PROG=   etherswitchcfg
5 MAN=    etherswitchcfg.8
6 SRCS=   etherswitchcfg.c ifmedia.c
7 CFLAGS+= -I${.CURDIR}/../../sys
8
9 .include <bsd.prog.mk>