source: trunk/third/moira/include/Makefile.in @ 23740

Revision 23740, 214 bytes checked in by broder, 15 years ago (diff)
In moira: * New CVS snapshot (Trac: #195) * Drop patches that have been incorporated upstream. * Update to build without krb4 on systems that no longer have it. This doesn't build yet on squeeze, which lacks a krb4 library, but I'm committing now before I start hacking away at a patch to fix that.
RevLine 
[23740]1# $Id: Makefile.in,v 1.2 1999-07-12 16:21:05 danw Exp $
[23095]2
3SHELL=/bin/sh
4
5srcdir=@srcdir@
6VPATH=@srcdir@
7SRCTOP=@top_srcdir@
8BUILDTOP=../..
9
10all:
11
12clean:
13
14cleandir distclean: clean
15        rm -f Makefile
16
17depend:
18
19install:
Note: See TracBrowser for help on using the repository browser.