Module Name: othersrc
Committed By: lukem
Date: Sat Nov 7 10:56:03 UTC 2009
Modified Files:
othersrc/libexec/tnftpd/src: Makefile.am
Log Message:
clean scratch files
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/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/libexec/tnftpd/src/Makefile.am
diff -u othersrc/libexec/tnftpd/src/Makefile.am:1.1 othersrc/libexec/tnftpd/src/Makefile.am:1.2
--- othersrc/libexec/tnftpd/src/Makefile.am:1.1 Sat Nov 7 09:54:23 2009
+++ othersrc/libexec/tnftpd/src/Makefile.am Sat Nov 7 10:56:02 2009
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.1 2009/11/07 09:54:23 lukem Exp $
+## $NetBSD: Makefile.am,v 1.2 2009/11/07 10:56:02 lukem Exp $
libexec_PROGRAMS = tnftpd
@@ -29,6 +29,12 @@
man8_MANS = \
tnftpd.man
+CLEANFILES = \
+ ftpcmd.c \
+ ftpd.conf.man \
+ ftpusers.man \
+ tnftpd.man
+
seddotin = \
sed -e 's|@datad...@]|${datadir}|g' \
-e 's|@sysconfd...@]|${sysconfdir}|g'