mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:21:04 +01:00
1995ea1ea2
This avoids duplicate installations which fail packaging tests. Reported by: emaste
16 lines
508 B
Makefile
16 lines
508 B
Makefile
SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
|
|
i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c \
|
|
i386_clr_watch.c i386_set_watch.c i386_vm86.c \
|
|
rfork_thread.S
|
|
|
|
MDASM= vfork.S cerror.S getcontext.S syscall.S
|
|
|
|
.if ${LIB} == "sys"
|
|
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 # ${LIB} == "sys"
|