summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2006-03-05 12:31:05 +0000
committerMarc Espie <espie@cvs.openbsd.org>2006-03-05 12:31:05 +0000
commit35f6eade8dcb3ad90d1921685d380b697f7dde13 (patch)
tree7e4033146a82736ec6fa940a464870f40780ad35 /usr.sbin/pkg_add
parentd1da4d7061f64136c29e854194f1eb8caee81aa3 (diff)
Synch
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/Makefile.PL b/usr.sbin/pkg_add/Makefile.PL
index c3e5f636ae7..c8a7859e635 100644
--- a/usr.sbin/pkg_add/Makefile.PL
+++ b/usr.sbin/pkg_add/Makefile.PL
@@ -1,4 +1,4 @@
use ExtUtils::MakeMaker;
WriteMakefile( NAME => "OpenBSD", INSTALLDIRS => 'perl', EXE_FILES =>
- [ qw( pkg_add pkg_info pkg_delete pkg_create pkg) ], VERSION => `uname -r`, INSTALLSCRIPT => '/usr/sbin' );
+ [ qw( pkg_add pkg_info pkg_delete pkg_create pkg pkg_merge pkg_mklocatedb) ], VERSION => `uname -r`, INSTALLSCRIPT => '/usr/sbin' );