aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-18 09:50:57 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-18 09:50:57 +0000
commitc51d717f0c0adcb64bbf49ef373972c2367c50ec (patch)
tree4be9315729643aac6dedae31e641794773358f91 /lib/libc/amd64
parent5d7c75f0adffaee638096a11223106ae303e9a66 (diff)
Notes
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/sys/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc
index 4ac7b3df8e4f..d928ea9045cc 100644
--- a/lib/libc/amd64/sys/Makefile.inc
+++ b/lib/libc/amd64/sys/Makefile.inc
@@ -14,11 +14,9 @@ NOASM= break.o exit.o ftruncate.o getdomainname.o getlogin.o \
PSEUDO= _getlogin.o _exit.o
-.if ${LIB} == "c"
MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
MAN+= i386_set_watch.3
MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
MLINKS+=i386_set_watch.3 i386_clr_watch.3
-.endif