From 17287576555a5c46fa23549e2e5f073660dccb70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 21 Apr 1999 09:51:03 +0200 Subject: Import ax25-tools 0.0.1 from tarball --- rose/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rose/Makefile.am (limited to 'rose/Makefile.am') diff --git a/rose/Makefile.am b/rose/Makefile.am new file mode 100644 index 0000000..3cbb2c8 --- /dev/null +++ b/rose/Makefile.am @@ -0,0 +1,19 @@ + +etcfiles = rsports +etcdir = $(sysconfdir)/ax25 + +installconf: + $(mkinstalldirs) $(DESTDIR)$(etcdir) + @list='$(etcfiles)'; for p in $$list; do \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p; \ + done + +sbin_PROGRAMS = rsattach rsdwnlnk rsmemsiz rsparms rsuplnk + +sbin_SCRIPTS = rsusers.sh + + +man_MANS = rose.4 rsports.5 rsattach.8 rsparms.8 rsdwnlnk.8 rsuplnk.8 + +EXTRA_DIST = $(man_MANS) $(etcfiles) -- cgit v1.2.3