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.
|
Rev | Line | |
---|
[23740] | 1 | # $Id: Makefile.in,v 1.2 1999-07-12 16:21:05 danw Exp $ |
---|
[23095] | 2 | |
---|
| 3 | SHELL=/bin/sh |
---|
| 4 | |
---|
| 5 | srcdir=@srcdir@ |
---|
| 6 | VPATH=@srcdir@ |
---|
| 7 | SRCTOP=@top_srcdir@ |
---|
| 8 | BUILDTOP=../.. |
---|
| 9 | |
---|
| 10 | all: |
---|
| 11 | |
---|
| 12 | clean: |
---|
| 13 | |
---|
| 14 | cleandir distclean: clean |
---|
| 15 | rm -f Makefile |
---|
| 16 | |
---|
| 17 | depend: |
---|
| 18 | |
---|
| 19 | install: |
---|
Note: See
TracBrowser
for help on using the repository browser.