diff options
author | 2003-07-19 00:03:51 +0000 | |
---|---|---|
committer | 2003-07-19 00:03:51 +0000 | |
commit | fa8645432e42075dff37d5894eec8c494dd0d1ad (patch) | |
tree | b27fa8174bc10d83b87f8df4a75006766778904d /lib/libarch/i386 | |
parent | add missing includes (diff) | |
download | wireguard-openbsd-fa8645432e42075dff37d5894eec8c494dd0d1ad.tar.xz wireguard-openbsd-fa8645432e42075dff37d5894eec8c494dd0d1ad.zip |
don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)
ok millert@
Diffstat (limited to 'lib/libarch/i386')
-rw-r--r-- | lib/libarch/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile index 64177d0b7bd..a7d3359f242 100644 --- a/lib/libarch/i386/Makefile +++ b/lib/libarch/i386/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2002/07/12 22:22:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2003/07/19 00:03:51 david Exp $ # $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $ MAN+= i386_get_ldt.2 \ i386_iopl.2 i386_get_ioperm.2 \ i386_vm86.2 -MANSUBDIR=/i386 +MANSUBDIR=i386 MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \ i386_get_ioperm.2 i386_set_ioperm.2 |