diff options
author | John Estabrook <jestabro@vyos.io> | 2023-10-31 14:05:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 14:05:42 -0500 |
commit | b0221ee32239413cbc242d9eab8dc915ad7c7955 (patch) | |
tree | bbee640aced7cd04be1041b980fde5ba1cc3adc8 | |
parent | 6048984c7ce008e235b9d1f01c41ded95f0ebcc6 (diff) | |
parent | 170d2c49e26853117bccec55bd2e00dd498c0a1d (diff) | |
download | vyatta-op-b0221ee32239413cbc242d9eab8dc915ad7c7955.tar.gz vyatta-op-b0221ee32239413cbc242d9eab8dc915ad7c7955.zip |
Merge pull request #80 from jestabro/fix-makefile
op-mode: T3355: remove reference to scripts/show-dhcp-leases.pl
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ab85087..398c259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,6 @@ interp_DATA += functions/interpreter/vyatta-image-complete bin_SCRIPTS = scripts/vyatta-show-interfaces.pl -bin_SCRIPTS += scripts/show-dhcp-leases.pl bin_SCRIPTS += scripts/vyatta-boot-image.pl bin_SCRIPTS += scripts/rename-image.pl bin_SCRIPTS += scripts/show-image-storage.pl |