pkgsrc-wip/pkg_install-testing/files/Makefile.in
Jeremy C. Reed ee1c51b7e9 *** This is a testing replacement for pkg_install. ***
*** It includes DB functionality on different platforms.    ***
*** It includes a new pkg_add -u switch (and -r is old -u). ***
*** This package can be registered as a package.            ***

This is a custom pkg_install:

1) configures for more db versions.

2) integrates a new package upgrade routine where it overwrites
   instead of pkg_delete'ing first (see pkg_add man page)

3) pkg_add -r is the replace mechanism -- it is the old -u switch

4) pkg_add -u is the new overwriting upgrade option

5) currently the part to delete files no longer included after
   upgrade is disabled (for now for testing)
2004-04-02 05:57:35 +00:00

17 lines
418 B
Makefile

# $NetBSD: Makefile.in,v 1.1.1.1 2004/04/02 05:57:35 jeremy-c-reed Exp $
SUBDIRS= lib add admin create delete info view
.PHONY: all install clean distclean
all install clean:
@for dir in $(SUBDIRS); do \
( cd $$dir && $(MAKE) $@ ) || exit 1; \
done
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