Skip to content

Commit ad85025

Browse files
committed
Add install target for OpenBSD
1 parent b41463f commit ad85025

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,7 @@ deb:
520520
git archive --prefix pivy-$(VERSION)/ -o ../pivy_$(VERSION).orig.tar.gz HEAD
521521
DEB_BUILD_OPTIONS="parallel=4" debuild -us -uc
522522
endif
523+
524+
ifeq ($(SYSTEM), OpenBSD)
525+
install: install_common
526+
endif

0 commit comments

Comments
 (0)