source: trunk/third/krb5/Makefile.athena @ 14528

Revision 14528, 491 bytes checked in by ghudson, 24 years ago (diff)
Find config.site properly.
Line 
1# $Id: Makefile.athena,v 1.24 2000-04-03 17:30:00 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6        cp "$$CONFIG_SITE" config.site.athena
7
8prepare:
9        rm -f src/config.cache
10        cd src && CONFIG_SITE=`pwd`/../config.site.athena CPPFLAGS=" " \
11                ./configure --without-hesiod \
12                --with-ccopts=-I${ATHTOOLROOT}/usr/athena/include \
13                --with-ldopts=-L${ATHTOOLROOT}/usr/athena/lib
14
15clean:
16        cd src && ${MAKE} clean
17
18all:
19        cd src && ${MAKE} depend all
20
21check:
22
23install:
24        cd src && ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.