diff options
author | sepotvin <sepotvin@FreeBSD.org> | 2007-06-13 02:08:04 +0000 |
---|---|---|
committer | sepotvin <sepotvin@FreeBSD.org> | 2007-06-13 02:08:04 +0000 |
commit | 3ffe583f135abf345278b912b885783f69a24bd5 (patch) | |
tree | 82c2597c5d5e690c3bee8388626688cb7826c05e /usr.bin/Makefile | |
parent | 20ad8ecfb0af809f13b9dc6e5ab994548e0d785c (diff) | |
download | FreeBSD-src-3ffe583f135abf345278b912b885783f69a24bd5.zip FreeBSD-src-3ffe583f135abf345278b912b885783f69a24bd5.tar.gz |
Options spring cleanup:
- Add and document the KVM and KVM_SUPPORT options that
are needed for the ifmcstats(3) makefile
- Garbage collect unused variables
- Add missing inclusion of bsd.own.mk where needed
Approved by: kan (mentor)
Reviewed by: ru
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 0b5e2f4..75c6af7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -9,8 +9,6 @@ # Moved to secure: bdes # -.include <bsd.own.mk> - SUBDIR= alias \ apply \ asa \ |