aboutsummaryrefslogtreecommitdiff
path: root/sbin/etherswitchcfg/Makefile
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-05-11 20:56:04 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-05-11 20:56:04 +0000
commit270069b756f1f69d8991fc6b591258e794f95f1b (patch)
tree24758c98e0de17b771f1cdc647d498c57a05792b /sbin/etherswitchcfg/Makefile
parenta043e8c76bf48ad7b37394d5963a0ac6dc3bb9dd (diff)
downloadsrc-270069b756f1f69d8991fc6b591258e794f95f1b.tar.gz
src-270069b756f1f69d8991fc6b591258e794f95f1b.zip
Add etherswitchcfg.
Submitted by: Stefan Bethke <stb@lassitu.de>
Notes
Notes: svn path=/head/; revision=235289
Diffstat (limited to 'sbin/etherswitchcfg/Makefile')
-rw-r--r--sbin/etherswitchcfg/Makefile9
1 files changed, 9 insertions, 0 deletions
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 <bsd.prog.mk>