From 270069b756f1f69d8991fc6b591258e794f95f1b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 11 May 2012 20:56:04 +0000 Subject: Add etherswitchcfg. Submitted by: Stefan Bethke --- sbin/etherswitchcfg/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sbin/etherswitchcfg/Makefile (limited to 'sbin/etherswitchcfg/Makefile') diff --git a/sbin/etherswitchcfg/Makefile b/sbin/etherswitchcfg/Makefile new file mode 100644 index 000000000000..b5cf39ab8da1 --- /dev/null +++ b/sbin/etherswitchcfg/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 5.4 (Berkeley) 6/5/91 +# $FreeBSD$ + +PROG= etherswitchcfg +MAN= etherswitchcfg.8 +SRCS= etherswitchcfg.c ifmedia.c +CFLAGS+= -I${.CURDIR}/../../sys + +.include -- cgit v1.2.3