diff options
| author | maddaat <git@maddaat.org> | 2026-04-10 18:05:17 +0400 |
|---|---|---|
| committer | maddaat <git@maddaat.org> | 2026-04-10 18:05:17 +0400 |
| commit | 7323e6660cc6db09a9ede54518a43fd4167bab6b (patch) | |
| tree | 0ec7515d2ee4cbfd38c0e3e8c6f3edb4cbda5cc9 /Makefile | |
| download | openbsd-install-master.tar openbsd-install-master.tar.gz openbsd-install-master.tar.bz2 openbsd-install-master.tar.lz openbsd-install-master.tar.xz openbsd-install-master.tar.zst openbsd-install-master.zip | |
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}' |
