2022-09-14 12:56:21 +02:00
|
|
|
OPACK_TARGET= trusting-make
|
|
|
|
OPACK_SYS_CPU= 2
|
|
|
|
OPACK_SYS_DISK_SIZE= 8192
|
|
|
|
OPACK_SYS_SETS= +* -game*
|
|
|
|
OPACK_BOX_TAG= sk4nz/opack-$(OPACK_TARGET)
|
|
|
|
|
|
|
|
include ../opack/include.mk
|
|
|
|
|
2022-09-15 14:52:12 +02:00
|
|
|
all: build openbsd_src
|
2022-09-14 12:56:21 +02:00
|
|
|
vagrant up
|
2022-09-15 14:52:12 +02:00
|
|
|
vagrant ssh -c "make -C trusting-make"
|
2022-09-14 12:56:21 +02:00
|
|
|
|
2022-09-15 14:52:12 +02:00
|
|
|
openbsd_src:
|
|
|
|
git clone --depth 1 https://github.com/openbsd/src $@
|