mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-30 12:11:00 +01:00
21 lines
184 B
Makefile
21 lines
184 B
Makefile
#
|
|
# Makefile.fpc for SysLog Units
|
|
#
|
|
|
|
[package]
|
|
name=syslog
|
|
version=1.0.5
|
|
|
|
[target]
|
|
units=systemlog
|
|
examples=testlog
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|