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

Revision 13229, 312 bytes checked in by danw, 25 years ago (diff)
pass MAKE definition into make so things work. (Otherwise it gets lost in the Build script and the subdirs are build with the vendor make)
Line 
1# $Id: Makefile.athena,v 1.6 1999-06-16 16:28:46 danw Exp $
2
3SHELL=/bin/sh
4BUILD=`pwd`/BuildTools/bin/Build
5
6prepare:
7        rm -rf */obj.*
8
9clean:
10        ${MAKE} BUILD=$(BUILD) clean
11
12all:
13        ${MAKE} BUILD=$(BUILD) CC=$$COMPILER MAKE=$(MAKE) all
14
15check:
16
17install:
18        ${MAKE} BUILD=$(BUILD) CC=$$COMPILER DESTDIR=$$SRVD install
Note: See TracBrowser for help on using the repository browser.