Module Name: othersrc
Committed By: lukem
Date: Mon Jan 4 06:24:20 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp/libnetbsd: Makefile.am
othersrc/usr.bin/tnftp/src: Makefile.am
Log Message:
Distribute various files not shipped by default automake rules.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/Makefile.am
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/src/Makefile.am
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/libnetbsd/Makefile.am
diff -u othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.1 othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.2
--- othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.1 Sat Nov 14 08:32:42 2009
+++ othersrc/usr.bin/tnftp/libnetbsd/Makefile.am Mon Jan 4 06:24:20 2010
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.1 2009/11/14 08:32:42 lukem Exp $
+## $NetBSD: Makefile.am,v 1.2 2010/01/04 06:24:20 lukem Exp $
noinst_LTLIBRARIES = libnetbsd.la
@@ -11,3 +11,8 @@
-I$(top_builddir)
libnetbsd_la_LIBADD = $(LTLIBOBJS)
+
+EXTRA_DIST = \
+ fseeko.c \
+ ftpglob.h \
+ ftpvis.h
Index: othersrc/usr.bin/tnftp/src/Makefile.am
diff -u othersrc/usr.bin/tnftp/src/Makefile.am:1.1 othersrc/usr.bin/tnftp/src/Makefile.am:1.2
--- othersrc/usr.bin/tnftp/src/Makefile.am:1.1 Sat Nov 14 08:32:42 2009
+++ othersrc/usr.bin/tnftp/src/Makefile.am Mon Jan 4 06:24:20 2010
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.1 2009/11/14 08:32:42 lukem Exp $
+## $NetBSD: Makefile.am,v 1.2 2010/01/04 06:24:20 lukem Exp $
bin_PROGRAMS = tnftp
@@ -43,3 +43,10 @@
CLEANFILES = \
tnftp.1
+
+EXTRA_DIST = \
+ extern.h \
+ ftp.1 \
+ ftp_var.h \
+ progressbar.h \
+ version.h