diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-10 17:38:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-10 17:38:19 +0000 |
commit | 6d11a23ada015a826e206a9d00de14e860eb47df (patch) | |
tree | df5618f15bbde3958a4aac37c2d041f79133a68d /share | |
parent | 7873be84081be8cbbb0d6449661f6360c92a2783 (diff) |
delete the bad MLINK
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 242b266c6e1..e043b6463f9 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1998/10/10 06:48:21 downsj Exp $ +# $OpenBSD: Makefile,v 1.24 1998/10/10 17:38:18 deraadt Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -12,7 +12,6 @@ MAN+= xf86.4 MLINKS= mem.4 kmem.4 MLINKS+= pms.4 psm.4 MLINKS+= com.4 pccom.4 -MLINKS+= bktr.4 brooktree.4 MANSUBDIR=/i386 .include <bsd.prog.mk> |