blob: 7bf2c033af6e5a0d2fbc2f541f19f617f76e5a07 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TOPDIR = ../../..
include $(TOPDIR)/src/include/builddefs
LSRCFILES = InstallationCheck License.html ReadMe.html Welcome.txt \
background.jpg postflight postinstall postupgrade \
preflight preinstall preupgrade
default install :
include $(BUILDRULES)
|