diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-23 20:26:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-23 20:26:34 +0200 |
commit | a8f667363ccbfe22ded883a87e3ac0601c6859c6 (patch) | |
tree | d7cab0dbaf764923cb91f7aa178d6d5265691d4d /Makefile.am | |
parent | 5b78f249c8c51e93062fdbabe4b4f5f81249ac4f (diff) | |
download | vyatta-cfg-system-a8f667363ccbfe22ded883a87e3ac0601c6859c6.tar.gz vyatta-cfg-system-a8f667363ccbfe22ded883a87e3ac0601c6859c6.zip |
tunnel: T2633: migrate to vyos-1x
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 9e4fe0cf..2c3c9ae2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,10 +123,6 @@ curver_DATA += cfg-version/nat@5 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd -all-local: - rm -rf $(gentmpdir) - ./gen-interface-templates.pl $(gentmpdir) - clean-local: rm -rf $(gentmpdir) |