/usr/share/fpcsrc/2.6.2/rtl/Makefile.fpc is in fpc-source-2.6.2 2.6.2-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #
# Makefile.fpc for Free Pascal Runtime Library
#
[package]
name=rtl
version=2.6.2
[target]
dirs_linux=linux
dirs_win32=win32
dirs_wince=wince
dirs_win64=win64
dirs_go32v2=go32v2
dirs_go32v1=go32v1
dirs_os2=os2
dirs_emx=emx
dirs_freebsd=freebsd
dirs_darwin=darwin
dirs_iphonesim=darwin
dirs_beos=beos
dirs_haiku=haiku
dirs_amiga=amiga
dirs_netbsd=netbsd
dirs_openbsd=openbsd
dirs_macos=macos
dirs_morphos=morphos
dirs_netware=netware
dirs_netwlibc=netwlibc
dirs_palmos=palmos
dirs_solaris=solaris
dirs_gba=gba
dirs_nds=nds
dirs_symbian=symbian
dirs_embedded=embedded
dirs_nativent=nativent
dirs_wii=wii
[install]
fpcpackage=y
createpackagefpc=y
[default]
fpcdir=..
[rules]
.NOTPARALLEL:
|