diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-02-12 01:02:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-02-12 01:02:03 +0000 |
commit | 60eeeda65f1fb873ce90f07bcbce6411895fb29a (patch) | |
tree | dda21c05ec90b4f24de9afed61b1e4b6364498bd /lib/libkeynote | |
parent | 63f3cd1e7b5f27b2069911b646921d8d07b03f56 (diff) |
Sync.
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libkeynote/Makefile.in b/lib/libkeynote/Makefile.in index 6d0b106eb8c..9b7a73abdb1 100644 --- a/lib/libkeynote/Makefile.in +++ b/lib/libkeynote/Makefile.in @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.in,v 1.9 2000/01/25 09:08:10 angelos Exp $ +# $OpenBSD: Makefile.in,v 1.10 2000/02/12 01:02:02 angelos Exp $ # # The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) # @@ -176,6 +176,7 @@ distribution: test cleanall manpages ${RM} ${RMFLAGS2} ${KNSUBDIR}/CVS ${KNSUBDIR}/testsuite/CVS \ ${KNSUBDIR}/Misc/CVS ${KNSUBDIR}/${KNSUBDIR} \ ${KNSUBDIR}/.cvsignore ${KNSUBDIR}/man/CVS \ - ${KNSUBDIR}/man/.cvsignore ${KNSUBDIR}/doc/CVS + ${KNSUBDIR}/man/.cvsignore ${KNSUBDIR}/doc/CVS \ + ${KNSUBDIR}/testsuite/.cvsignore $(TAR) $(TARFLAGS) ${KNSUBDIR} ${RM} ${RMFLAGS2} ${KNSUBDIR} man/*.0 man/*.cat? |