diff options
author | grant <grant@pkgsrc.org> | 2003-09-23 06:05:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-23 06:05:13 +0000 |
commit | 237cb732fa0a78d17f791a980355ef4912a09b19 (patch) | |
tree | e1d922d3e9400d8731ef09e76ec8398894af4a53 /pkgtools | |
parent | f593d83ca9ccbfa212c36265090d714af554a017 (diff) | |
download | pkgsrc-237cb732fa0a78d17f791a980355ef4912a09b19.tar.gz |
clean up autoconf generated files in view/
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/Makefile.in b/pkgtools/pkg_install/files/Makefile.in index e53d55f0c74..deaa389e946 100644 --- a/pkgtools/pkg_install/files/Makefile.in +++ b/pkgtools/pkg_install/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.4 2003/09/23 05:30:33 grant Exp $ +# $NetBSD: Makefile.in,v 1.5 2003/09/23 06:05:13 grant Exp $ SUBDIRS= lib add admin create delete info view @@ -13,3 +13,5 @@ distclean: clean rm -f config.log config.status configure.lineno rm -f Makefile */Makefile rm -f lib/config.h + rm -f view/linkfarm.sh + rm -f view/pkg_view.sh |