From db682fd5779b081482c354010a642bb7e59f7a21 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Wed, 13 Apr 2011 02:49:13 +0000 Subject: Unrevert the FS.base diff: the issues were actually elsewhere Additional testing by jasper@ and pea@ --- lib/libarch/amd64/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lib/libarch') diff --git a/lib/libarch/amd64/Makefile b/lib/libarch/amd64/Makefile index b14d56391cd..c9c7b61baa9 100644 --- a/lib/libarch/amd64/Makefile +++ b/lib/libarch/amd64/Makefile @@ -1,14 +1,17 @@ -# $OpenBSD: Makefile,v 1.9 2011/04/10 03:56:38 guenther Exp $ +# $OpenBSD: Makefile,v 1.10 2011/04/13 02:49:12 guenther Exp $ # $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $ MANSUBDIR=amd64 -MAN+= amd64_iopl.2 amd64_get_ioperm.2 -MLINKS+=amd64_get_ioperm.2 amd64_set_ioperm.2 +MAN+= amd64_iopl.2 amd64_get_ioperm.2 \ + amd64_get_fsbase.2 +MLINKS+=amd64_get_ioperm.2 amd64_set_ioperm.2 \ + amd64_get_fsbase.2 amd64_set_fsbase.2 .if ${MACHINE_ARCH} == "amd64" .PATH: ${LIBC}/amd64 NOPIC= -SRCS+= amd64_iopl.c amd64_get_ioperm.c amd64_set_ioperm.c +SRCS+= amd64_iopl.c amd64_get_ioperm.c amd64_set_ioperm.c \ + amd64_get_fsbase.c amd64_set_fsbase.c .include .else NOPROG= -- cgit v1.2.3