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

Revision 19209, 306 bytes checked in by zacheiss, 21 years ago (diff)
Add back local patches lost in merge, correct typo, and don't install the vacation program.
Line 
1# $Id: Makefile.athena,v 1.9 2003-04-08 18:18:04 zacheiss Exp $
2
3SHELL=/bin/sh
4BUILD=`pwd`/devtools/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.