From: Lukas Fleischer Date: Wed, 19 Jan 2011 13:05:48 +0000 (+0100) Subject: Makefile: Make `make get-git` work under OpenBSD. X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/7c2dea03674b54aa43d17a93e6e550f03759c95f?hp=7c2dea03674b54aa43d17a93e6e550f03759c95f Makefile: Make `make get-git` work under OpenBSD. OpenBSD tar(1) defaults to read from "/dev/rst0" when not specifying an filename and thus fails to extract the Git sourcecode when not passing stdin as input file descriptor explicitly. Signed-off-by: Lars Hjemli ---