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 | |
---|
3 | SHELL=/bin/sh |
---|
4 | BUILD=`pwd`/devtools/bin/Build |
---|
5 | |
---|
6 | dist: |
---|
7 | |
---|
8 | prepare: |
---|
9 | rm -rf obj.* |
---|
10 | |
---|
11 | clean: |
---|
12 | ${MAKE} BUILD=$(BUILD) clean |
---|
13 | |
---|
14 | all: |
---|
15 | ${MAKE} BUILD=$(BUILD) CC=$$COMPILER all |
---|
16 | |
---|
17 | check: |
---|
18 | |
---|
19 | install: |
---|
20 | ${MAKE} BUILD=$(BUILD) CC=$$COMPILER DESTDIR=$$SRVD install |
---|
Note: See
TracBrowser
for help on using the repository browser.