From f3d0995e9078c0b6a99793a90ce6671afc756ee1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 13:46:45 +0200 Subject: CPANization --- Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 783b3cc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PREFIX ?= /usr/local - -main_dir = ${DESTDIR}${PREFIX} -lib_dir = ${main_dir}/lib - -all: - @echo "There is nothing to make, you can just make install" - -install: - @echo installing lib/ssh-forcecommand to ${lib_dir} - @mkdir -p ${lib_dir} - @cp lib/ssh-forcecommand ${lib_dir} - @chmod 755 ${lib_dir}/ssh-forcecommand - -test: - @prove - -uninstall: - rm -f ${lib_dir}/ssh-forcecommand - -.PHONY: all install test uninstall -- cgit v1.2.3