a1efcae363
- multi-lingual support - list creation/removal through web interface - MIME base content filtering (demime et.al.) - new architecture of mail delivery subsystem - better, faster, cheaper, ... ;-) naddy@ OK
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2003/01/18 16:52:17 sturm Exp $
|
|
--- Makefile.in.orig Sat Dec 28 18:13:07 2002
|
|
+++ Makefile.in Sat Dec 28 18:13:16 2002
|
|
@@ -80,7 +80,7 @@ subdirs: $(SUBDIRS)
|
|
(cd $$d; $(MAKE)); \
|
|
done
|
|
|
|
-install: doinstall update
|
|
+install: doinstall
|
|
|
|
doinstall: $(SUBDIRS)
|
|
@echo "Creating architecture independent directories..."
|