From owner-freebsd-commit Fri Apr 21 17:02:57 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA25443 for commit-outgoing; Fri, 21 Apr 1995 17:02:57 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA25368 for cvs-usrsbin-outgoing; Fri, 21 Apr 1995 17:01:23 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA25351 ; Fri, 21 Apr 1995 17:01:12 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id RAA03906; Fri, 21 Apr 1995 17:03:20 -0700 Date: Fri, 21 Apr 1995 17:03:20 -0700 From: "Jordan K. Hubbard" Message-Id: <199504220003.RAA03906@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/pkg_install/info Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/04/21 17:03:20 Modified: usr.sbin/pkg_install/add Makefile usr.sbin/pkg_install/create Makefile create.h main.c perform.c pkg_create.1 usr.sbin/pkg_install/delete Makefile usr.sbin/pkg_install/info Makefile Log: 1. Add proper dependencies to the library in my Makefiles. This was pointed out by Bruce. 2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get it to dump its internal packing list out so that the `fake-pkg' rule in bsd.port.mk can generate a more meaningful packing list.