diff options
author | 2015-11-24 12:45:49 +0000 | |
---|---|---|
committer | 2015-11-24 12:45:49 +0000 | |
commit | 755438ec6ee5fe089655b53be50084ea02b121b3 (patch) | |
tree | 453956fa2632038d03758204f8f55e8acf86a53b | |
parent | No need to include <net/if_types.h> for <net/if_vlan_var.h> (diff) | |
download | wireguard-openbsd-755438ec6ee5fe089655b53be50084ea02b121b3.tar.xz wireguard-openbsd-755438ec6ee5fe089655b53be50084ea02b121b3.zip |
no need for zsc mlink now;
-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 |