diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-04-09 00:19:18 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-04-09 00:19:18 +0200 |
commit | ec5e1b7c54b6878e596315418eae45933929b04c (patch) | |
tree | 8377928897bef3e88b054b245ea86b298b745735 /Makefile.am | |
parent | e6bbe3036e169e2bf5c97be0f435e722736c3ad9 (diff) | |
download | vyatta-cfg-system-ec5e1b7c54b6878e596315418eae45933929b04c.tar.gz vyatta-cfg-system-ec5e1b7c54b6878e596315418eae45933929b04c.zip |
Remove hypervisor_vendor, obsoleted by hvinfo.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 86f8bb02..5a70172e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,11 +83,9 @@ sbin_SCRIPTS += scripts/ec2-check.pl sbin_PROGRAMS = src/valid_address sbin_PROGRAMS += src/local_ip -sbin_PROGRAMS += src/hypervisor_vendor src_valid_address = src/valid_address.c src_local_ip = src/local_ip.c -src_hypervisor_vendor = src/hypervisor_vendor.c share_perl5_DATA = lib/Vyatta/Login/User.pm share_perl5_DATA += lib/Vyatta/Login/RadiusServer.pm |