freebsd-dev/sbin/etherswitchcfg/Makefile
Adrian Chadd 270069b756 Add etherswitchcfg.
Submitted by:	Stefan Bethke <stb@lassitu.de>
2012-05-11 20:56:04 +00:00

10 lines
182 B
Makefile

# @(#)Makefile 5.4 (Berkeley) 6/5/91
# $FreeBSD$
PROG= etherswitchcfg
MAN= etherswitchcfg.8
SRCS= etherswitchcfg.c ifmedia.c
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>