diff options
| author | Michael Forney <mforney@mforney.org> | 2019-04-28 00:35:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-04-28 00:35:35 -0700 |
| commit | b629feda212a0fef12518cd927b30f942e8f4ff3 (patch) | |
| tree | c357f1dea34b11ff2169dfb68e9b285edcabcc5a /pkg/openbsd/gen.lua | |
| parent | 2d407d8fcb0c8230a66668d49c2008fecfe2df2b (diff) | |
openbsd: Update to 6.5
Diffstat (limited to 'pkg/openbsd/gen.lua')
| -rw-r--r-- | pkg/openbsd/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index ad04c5f3..77eeaa68 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -63,7 +63,7 @@ file('bin/doas', '6755', '$outdir/doas') man{'usr.bin/doas/doas.1', 'usr.bin/doas/doas.conf.5'} -- fmt -file('bin/fmt', '755', exe('fmt', {'usr.bin/fmt/fmt.c'})) +file('bin/fmt', '755', exe('fmt', {'usr.bin/fmt/fmt.c', 'libbsd.a'})) man{'usr.bin/fmt/fmt.1'} -- m4 |
