]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/x86/sys/Makefile.inc
libc: Fix most issues reported by mandoc
[FreeBSD/FreeBSD.git] / lib / libc / x86 / sys / Makefile.inc
1 # $FreeBSD$
2
3 .PATH:  ${LIBC_SRCTOP}/x86/sys
4
5 SRCS+= \
6         __vdso_gettc.c \
7         pkru.c
8
9 MAN+=   \
10         pkru.3
11
12 .if ${MACHINE_CPUARCH} == "amd64" && ${MK_HYPERV} != "no"
13 CFLAGS+=        -DWANT_HYPERV
14 .endif