diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
commit | fe5846e3848b06916e3ea6dad5df5136996faeef (patch) | |
tree | e5e1e508c7b16df9793392bc136e8ab03710df68 /sys/arch/i386/isa/pcvt/Util/loadfont | |
parent | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (diff) |
cause traversal into arch & subdirectories for the purposes of manual page install...
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util/loadfont')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/loadfont/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/loadfont/Makefile b/sys/arch/i386/isa/pcvt/Util/loadfont/Makefile index 9dea9d6f470..060c1bf92da 100644 --- a/sys/arch/i386/isa/pcvt/Util/loadfont/Makefile +++ b/sys/arch/i386/isa/pcvt/Util/loadfont/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/05/19 14:49:44 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/05/25 21:54:51 deraadt Exp $ .if ${MACHINE} == "i386" PROG= loadfont @@ -6,6 +6,6 @@ PROG= loadfont NOPROG= yes .endif MAN= loadfont.1 -MANSUBDIR=i386 +MANSUBDIR=/i386 .include <bsd.prog.mk> |