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