summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-02-15 09:13:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-02-15 09:13:06 +0000
commit85aba7e461d0db1c7307b89afd2bb9acdee1dd78 (patch)
treebbc29c27be203adc980bf4fc48e39cd836058ad4 /usr.sbin/pkg_add/Makefile
parent79644b2c9343a5d1c44298e22f16ad7805978fb4 (diff)
New command: pkg_mklocatedb, that can be used to create locate(1)-style
databases for packages (duh, isn't that obvious from the name ?) Tweaks based on comments from naddy/jmc.
Diffstat (limited to 'usr.sbin/pkg_add/Makefile')
-rw-r--r--usr.sbin/pkg_add/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile
index 04c4bcf7989..cd4fe8f8166 100644
--- a/usr.sbin/pkg_add/Makefile
+++ b/usr.sbin/pkg_add/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.18 2004/11/21 15:36:17 espie Exp $
+# $OpenBSD: Makefile,v 1.19 2005/02/15 09:13:05 espie Exp $
-MAN=pkg_add.1 pkg_info.1 pkg_create.1 pkg_delete.1 pkg.1
+MAN=pkg_add.1 pkg_info.1 pkg_create.1 pkg_delete.1 pkg.1 pkg_mklocatedb.1
PACKAGES= \
OpenBSD/Add.pm \
@@ -34,6 +34,7 @@ SCRIPTS= \
pkg_info \
pkg_create \
pkg_delete \
+ pkg_mklocatedb \
pkg
LIBBASE=/usr/libdata/perl5