mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 18:21:52 +01:00
18 lines
160 B
Makefile
18 lines
160 B
Makefile
#
|
|
# Makefile.fpc for UTmp Unit
|
|
#
|
|
|
|
[package]
|
|
name=utmp
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=utmp
|
|
examples=testutmp
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|