diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-21 02:53:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-21 02:53:50 +0000 |
commit | 2878b586b203d0b4fbf279a0254d9423f8cb74cc (patch) | |
tree | feb78594e007ece9a0410c9a50d5d7bb5a259dc8 /share | |
parent | 38b9afc7fd9c50a218be60e7e60bd644713544bb (diff) |
please test before commiting
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 1ea2629a888..cf88b95d46c 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2001/02/20 21:55:43 jbm Exp $ +# $OpenBSD: Makefile,v 1.36 2001/02/21 02:53:49 deraadt Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -9,7 +9,7 @@ MAN= apm.4 autoconf.4 bktr.4 gus.4 ie.4 intro.4 iy.4 joy.4 le.4 lms.4 \ MLINKS+= speaker.4 spkr.4 MLINKS+= mem.4 kmem.4 -MLINKS+= pms.4 psm.4 +MLINKS+= opms.4 psm.4 MANSUBDIR=/i386 .include <bsd.prog.mk> |