From 36cc5882207ed6fb84c5a8c5c4f3c8f5300bf3b5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 21 Sep 2019 14:14:18 +0000 Subject: Fix OpenSSL dependency and strip down to just oldssh --- Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e166e2 --- /dev/null +++ b/Makefile @@ -0,0 +1,22 @@ +DSC := $(wildcard openssh*.dsc) +SRC := $(dir $(wildcard */.)) + +all: $(if ${SRC},source) + sudo pbuilder build --buildresult . --debbuildopts -b ${DSC} + +clean: + git clean -dfx + +unpack: + dpkg-source -x ${DSC} + +.PHONY: all clean unpack + +ifneq (,${SRC}) + +source: + dpkg-source -b ${SRC} + +.PHONY: source + +endif -- cgit v1.2.3