summaryrefslogtreecommitdiff
path: root/lib/libarch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarch')
-rw-r--r--lib/libarch/amd64/Makefile11
1 files changed, 7 insertions, 4 deletions
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 <bsd.lib.mk>
.else
NOPROG=