Commit a2ef2b69 authored by Zach Shipko's avatar Zach Shipko
Browse files

Fix "make install" on OpenBSD

parent 07d41473
...@@ -161,7 +161,7 @@ clean: ...@@ -161,7 +161,7 @@ clean:
dep: dep:
$(CC) -MM *.c $(CC) -MM *.c
ifeq ($(uname_S),SunOS) ifeq ($(uname_S),$(filter $(uname_S),SunOS OpenBSD))
INSTALL?= cp -r INSTALL?= cp -r
endif endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment