mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libc/<arch>/sys/Makefile.inc: remove cruft
Remove stray blank lines left over from $FreeBSD$ removal as well as some CVS-era (perhaps pre-repocopy) version comments. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42611 (cherry picked from commit b73eace889f1db518a7b0b3372351e0cbf550085)
This commit is contained in:
parent
019e6ffcc4
commit
9a2bee998b
9 changed files with 0 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
MIASM:= ${MIASM:Nfreebsd[467]_*}
|
||||
|
||||
SRCS+= __vdso_gettc.c \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
||||
|
||||
SRCS+= \
|
||||
amd64_get_fsbase.c \
|
||||
amd64_get_gsbase.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
SRCS+= __vdso_gettc.c \
|
||||
sched_getcpu_gen.c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
SRCS+= __vdso_gettc.c \
|
||||
sched_getcpu_gen.c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
SRCS+= __vdso_gettc.c \
|
||||
sched_getcpu_gen.c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
.PATH: ${LIBC_SRCTOP}/powerpc/sys
|
||||
.sinclude "${LIBC_SRCTOP}/powerpc/sys/Makefile.inc"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
SRCS+= __vdso_gettc.c \
|
||||
sched_getcpu_gen.c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.PATH: ${LIBC_SRCTOP}/x86/sys
|
||||
|
||||
SRCS+= \
|
||||
|
|
|
|||
Loading…
Reference in a new issue