diff options
author | adrian <adrian@FreeBSD.org> | 2012-05-11 20:56:04 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-05-11 20:56:04 +0000 |
commit | 833b9dea709eae69aa3bf0744016c4357c703d0e (patch) | |
tree | 24758c98e0de17b771f1cdc647d498c57a05792b /sbin/Makefile | |
parent | 98304d063a77cd8fd38bfb9edc6158f9243bd352 (diff) | |
download | FreeBSD-src-833b9dea709eae69aa3bf0744016c4357c703d0e.zip FreeBSD-src-833b9dea709eae69aa3bf0744016c4357c703d0e.tar.gz |
Add etherswitchcfg.
Submitted by: Stefan Bethke <stb@lassitu.de>
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index f9ba4ca..0cb421f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -20,6 +20,7 @@ SUBDIR=adjkerntz \ dump \ dumpfs \ dumpon \ + etherswitchcfg \ ffsinfo \ fsck \ fsck_ffs \ |