mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
Reviewed by: alc, markj, jilles With more input from: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D19211
14 lines
185 B
Makefile
14 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${LIBC_SRCTOP}/x86/sys
|
|
|
|
SRCS+= \
|
|
__vdso_gettc.c \
|
|
pkru.c
|
|
|
|
MAN+= \
|
|
pkru.3
|
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" && ${MK_HYPERV} != "no"
|
|
CFLAGS+= -DWANT_HYPERV
|
|
.endif
|