diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-11 14:39:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-11 14:39:21 +0000 |
commit | 62b734697e66de31569f3f5ba518f7a755b7eac8 (patch) | |
tree | 22d5431e6f214c343d5668f8d246727d7c7c7b6e /pkgtools/pkg_install | |
parent | c5053f17dadd79cf5f9c12f2352ae93bbf08ef43 (diff) | |
download | pkgsrc-62b734697e66de31569f3f5ba518f7a755b7eac8.tar.gz |
Add missing files to 'make distclean'.
Fix a typo.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/Makefile.in b/pkgtools/pkg_install/files/Makefile.in index 6871dcd26f1..3572d3e2a3c 100644 --- a/pkgtools/pkg_install/files/Makefile.in +++ b/pkgtools/pkg_install/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.9 2009/02/02 12:35:00 joerg Exp $ +# $NetBSD: Makefile.in,v 1.10 2013/09/11 14:39:21 wiz Exp $ BOOTSTRAP= @bootstrap@ @@ -21,5 +21,5 @@ install clean: distclean: clean rm -f config.log config.status configure.lineno rm -f Makefile */Makefile - rm -f lib/config.h - rm -f bmp/bmp.sh + rm -f lib/config.h lib/pkg_install.conf.5 lib/pkg_install.conf.cat + rm -f bpm/bpm.sh |