diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a058d87 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +CVS_TAG = OPENBSD_7_7_BASE + +CVS_CHECKOUT = https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~ +CVS_QUERY = content-type=text/plain&only_with_tag=${CVS_TAG} + +CVS_QUERY_INSTALL_SUB = rev=1.1269&${CVS_QUERY} +CVS_QUERY_INSTALL_MD = rev=1.66&${CVS_QUERY} + +download: + test -e install.sub || wget -O install.sub '${CVS_CHECKOUT}/src/distrib/miniroot/install.sub?${CVS_QUERY_INSTALL_SUB}' + test -e install.md/amd64 || wget -O install.md/amd64 '${CVS_CHECKOUT}/src/distrib/amd64/common/install.md?${CVS_QUERY_INSTALL_MD}' |
