summaryrefslogtreecommitdiff
blob: a8d00839465e6e951896edce5cab4576783e137e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.orig	2005-06-12 04:07:28.000000000 +0200
+++ Makefile	2005-06-12 04:07:35.000000000 +0200
@@ -12,14 +12,3 @@
 CFLAGS=-Wall
 
 include ../../Makefile.modules
-
-
-install:
-	-serctl stop
-	rm -f /usr/local/lib/ser/modules/ldaps.so
-	cp ldaps.so /usr/local/lib/ser/modules
-	-serctl start
-
-clean:
-	rm -f *.c~ *.o *.d ldaps.so
-