summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-03-22 05:02:39 +0000
committerhubertf <hubertf@NetBSD.org>1999-03-22 05:02:39 +0000
commit04417da1663ee41a9933b1e6bdb0efa1f8896470 (patch)
tree4ee9164b79dff77224ff535089e2be208c0e207d /usr.sbin/pkg_install/lib/Makefile
parent6c70403fe8d4617944779e3d9dc3ffd2985dd131 (diff)
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and lib/lib.h). Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and "pkg_admin check". Some other minor cleanups.
Diffstat (limited to 'usr.sbin/pkg_install/lib/Makefile')
-rw-r--r--usr.sbin/pkg_install/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 9a28ecc5002..e2f467b4393 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 1999/03/13 23:22:44 lukem Exp $
+# $NetBSD: Makefile,v 1.12 1999/03/22 05:02:41 hubertf Exp $
# Original from FreeBSD, no rcs id.
LIB= install
-SRCS= exec.c file.c global.c pen.c pkgdb.c plist.c str.c
+SRCS= exec.c file.c global.c lpkg.c pen.c pkgdb.c plist.c str.c
MKLINT= no
MKMAN= no