summaryrefslogtreecommitdiff
path: root/security/pgp6/files/build.Makefile
blob: 3d3c64a1124e232c3a4e37374da8acf0a5f60f53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# build.sh expressed as a makefile
# mike@fate.com
#

all:
	cd libs/pfl ; ./configure
	cd libs/pfl ; gmake
	cd libs/pgpcdk ; ./configure
	cd libs/pgpcdk ; gmake headers
	cd libs/pgpcdk ; gmake
	cd clients/pgp/shared ; ./configure
	cd clients/pgp/shared ; gmake
	cd clients/pgp/cmdline ; ./configure
	cd clients/pgp/cmdline ; gmake