diff options
author | 2006-10-12 22:22:12 +0000 | |
---|---|---|
committer | 2006-10-12 22:22:12 +0000 | |
commit | a44eff18dafa21ee5773583ba2226b89f29c849b (patch) | |
tree | c7aa7a519c59c0cb0410073233712e19cd14bc95 | |
parent | Add manpages for mace and mesh, document them in macobio.4. (diff) | |
download | wireguard-openbsd-a44eff18dafa21ee5773583ba2226b89f29c849b.tar.xz wireguard-openbsd-a44eff18dafa21ee5773583ba2226b89f29c849b.zip |
I forgot to add mc.4 and mesh.4 to the Makefile.
Spotted by and ok deraadt.
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index 8daa1bcd36d..b4573c8c8bd 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2006/01/18 23:27:11 miod Exp $ +# $OpenBSD: Makefile,v 1.22 2006/10/12 22:22:12 gwk Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 bm.4 \ - daca.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 macobio.4 \ - mediabay.4 mem.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 tumbler.4 zs.4 + daca.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 macobio.4 mc.4 \ + mediabay.4 mem.4 mesh.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 \ + tumbler.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 |