diff options
author | 2006-03-05 12:31:04 +0000 | |
---|---|---|
committer | 2006-03-05 12:31:04 +0000 | |
commit | d8173c7ceb9457b4ea07324286d1c63feeba7f80 (patch) | |
tree | ab79c1d8b0f60e3eab9a04c9a1f1c30c67a2ad1c | |
parent | Simplify ffs_alloccgblk() a lot by not caring about allocating (diff) | |
download | wireguard-openbsd-d8173c7ceb9457b4ea07324286d1c63feeba7f80.tar.xz wireguard-openbsd-d8173c7ceb9457b4ea07324286d1c63feeba7f80.zip |
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' ); |