You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
342 B

--- 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
-