source: trunk/third/zlib/Makefile.athena @ 15219

Revision 15219, 214 bytes checked in by ghudson, 24 years ago (diff)
How to build zlib.
Line 
1# $Id: Makefile.athena,v 1.1 2000-11-01 20:42:04 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6
7prepare:
8        ./configure --shared --prefix=/usr/athena
9
10clean all:
11        ${MAKE} $@
12
13check:
14
15install:
16        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.