diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-03-05 12:31:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-03-05 12:31:05 +0000 |
commit | 35f6eade8dcb3ad90d1921685d380b697f7dde13 (patch) | |
tree | 7e4033146a82736ec6fa940a464870f40780ad35 | |
parent | d1da4d7061f64136c29e854194f1eb8caee81aa3 (diff) |
Synch
-rw-r--r-- | usr.sbin/pkg_add/Makefile.PL | 2 |
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' ); |