mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-22 23:56:15 +02:00
22 lines
205 B
Makefile
22 lines
205 B
Makefile
#
|
|
# Makefile.fpc for libc binding
|
|
#
|
|
|
|
[package]
|
|
name=unixutil
|
|
version=1.9.2
|
|
|
|
[target]
|
|
units=unixutils
|
|
rsts=unixutils
|
|
|
|
[require]
|
|
libc=y
|
|
packages=libc fcl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|