From 9d2ece73086cb1a9250bfff36422fc5008aefff9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 3 May 2020 20:20:03 +0000 Subject: Fetch man.tar.xz and comp.tar.xz for NetBSD --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20f9e81..2add9f1 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,11 @@ all: exman ${SYSTEMS} mkdir -p $@ ${TAR} -x -f $< -C $@ --strip-components ${STRIP.$@} ${FILES.$@} +netbsd: netbsd-man.tar netbsd-comp.tar + mkdir -p $@ + ${TAR} -x -f netbsd-man.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} + ${TAR} -x -f netbsd-comp.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} + openbsd: openbsd-man.tar openbsd-comp.tar mkdir -p $@ ${TAR} -x -f openbsd-man.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} -- cgit 1.4.1