Sync with 5.4.1
[deliverable/titan.core.git] / Install / Makefile
CommitLineData
114d1c9a
EL
1# Makefile for pseudoinstall
2
3TOP := ..
4include $(TOP)/Makefile.cfg
5
6all run:
7 $(ABS_SRC)/../pseudoinstall
8
9# Should this delete ?
10clean distclean: ;
11
12# definitely do-nothing
13dep install: ;
14
15# All targets are phony
16.PHONY: all run clean distclean dep install
17
18export OPENSSL_DIR XMLDIR
This page took 0.024338 seconds and 5 git commands to generate.