diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 08:17:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 08:17:32 +0000 |
commit | ab24d78740df343d2b41e4df7d37bcd647dbd0f2 (patch) | |
tree | aa5777cb038b162d7fcc1d3a944cabba2b77473e /net-mgmt/rancid/files/patch-Makefile.am | |
parent | Add poc 1.2, a program for managing passwords on smartcards. (diff) |
Add rancid 2.2.1, Really Awesome New Cisco confIg Differ.
PR: 38856
Submitted by: Janos.Mohacsi@bsd.hu
Notes
Notes:
svn path=/head/; revision=61793
Diffstat (limited to 'net-mgmt/rancid/files/patch-Makefile.am')
-rw-r--r-- | net-mgmt/rancid/files/patch-Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/rancid/files/patch-Makefile.am b/net-mgmt/rancid/files/patch-Makefile.am new file mode 100644 index 000000000000..246e638fd59d --- /dev/null +++ b/net-mgmt/rancid/files/patch-Makefile.am @@ -0,0 +1,19 @@ +*** Makefile.am.orig Mon Jun 3 14:01:32 2002 +--- Makefile.am Mon Jun 3 14:02:03 2002 +*************** +*** 22,28 **** + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + +--- 22,28 ---- + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES FAQ README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + |