diff options
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index 2fcd7dc1c09..1c1306a2912 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2015/06/02 13:54:50 mpi Exp $ +# $OpenBSD: Makefile,v 1.37 2015/11/24 12:45:49 jmc Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -8,7 +8,7 @@ MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 \ mesh.4 mpcpcibr.4 openpic.4 openprom.4 onyx.4 pgs.4 piic.4 smu.4 \ snapper.4 sysbutton.4 tumbler.4 xlights.4 zs.4 MLINKS= mem.4 kmem.4 -MLINKS+= zs.4 zsc.4 zs.4 zstty.4 +MLINKS+= zs.4 zstty.4 MANSUBDIR=macppc |