mirror of
https://github.com/NishiOwO/ircservices5.git
synced 2025-04-22 01:04:38 +00:00
20 lines
527 B
Makefile
20 lines
527 B
Makefile
# Makefile for encryption modules.
|
|
#
|
|
# IRC Services is copyright (c) 1996-2009 Andrew Church.
|
|
# E-mail: <achurch@achurch.org>
|
|
# Parts written by Andrew Kempe and others.
|
|
# This program is free but copyrighted software; see the file GPL.txt for
|
|
# details.
|
|
|
|
###########################################################################
|
|
|
|
include ../../Makefile.inc
|
|
|
|
MODULES = md5.so unix-crypt.so
|
|
|
|
INCLUDES = $(TOPDIR)/encrypt.h
|
|
|
|
include ../Makerules
|
|
|
|
###########################################################################
|