source: trunk/third/sendmail/Makefile.athena @ 14492

Revision 14492, 309 bytes checked in by ghudson, 24 years ago (diff)
Support new "dist" operation.
Line 
1# $Id: Makefile.athena,v 1.8 2000-03-29 19:55:55 ghudson Exp $
2
3SHELL=/bin/sh
4BUILD=`pwd`/BuildTools/bin/Build
5
6dist:
7
8prepare:
9        rm -rf */obj.*
10
11clean:
12        ${MAKE} BUILD=$(BUILD) clean
13
14all:
15        ${MAKE} BUILD=$(BUILD) CC=$$COMPILER all
16
17check:
18
19install:
20        ${MAKE} BUILD=$(BUILD) CC=$$COMPILER DESTDIR=$$SRVD install
Note: See TracBrowser for help on using the repository browser.