blob: 846c476d2ea914e5a6df62e28d9149270aa485bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Makefile.fpc for apache2.0 units example
#
[target]
units=minimain
programs=mod_hello
[require]
packages=httpd24
[install]
fpcpackage=y
[default]
fpcdir=../../..
[rules]
.NOTPARALLEL:
|