Skip to content

Commit

Permalink
Add install target for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed May 16, 2020
1 parent b41463f commit ad85025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,7 @@ deb:
git archive --prefix pivy-$(VERSION)/ -o ../pivy_$(VERSION).orig.tar.gz HEAD
DEB_BUILD_OPTIONS="parallel=4" debuild -us -uc
endif

ifeq ($(SYSTEM), OpenBSD)
install: install_common
endif

0 comments on commit ad85025

Please sign in to comment.