ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/ircservices-5.1.24/modules/encryption/Makefile
Revision: 3389
Committed: Fri Apr 25 14:12:15 2014 UTC (11 years, 4 months ago) by michael
File size: 527 byte(s)
Log Message:
- Imported ircservices-5.1.24

File Contents

# Content
1 # Makefile for encryption modules.
2 #
3 # IRC Services is copyright (c) 1996-2009 Andrew Church.
4 # E-mail: <achurch@achurch.org>
5 # Parts written by Andrew Kempe and others.
6 # This program is free but copyrighted software; see the file GPL.txt for
7 # details.
8
9 ###########################################################################
10
11 include ../../Makefile.inc
12
13 MODULES = md5.so unix-crypt.so
14
15 INCLUDES = $(TOPDIR)/encrypt.h
16
17 include ../Makerules
18
19 ###########################################################################