aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg2015-07-07 23:12:13 -0700
committerMichael Stapelberg2015-07-07 23:12:13 -0700
commit55a23712ade74836be11feb9602f90d360aea44a (patch)
tree8de541c9dffaaf20f078807ca6489e6cbf211301 /Makefile
parentMerge pull request #39 from vikstrous/master (diff)
parentAdd ifdef to compile print_disk_info on Mac (diff)
Merge pull request #40 from afh/pull/osx
Mac OS X compatibility changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf52d90..1823f3d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ ifeq ($(OS),OpenBSD)
LIBS+=-lossaudio
endif
-ifeq ($(OS), NetBSD)
-LIBS+= -lprop
+ifeq ($(OS),NetBSD)
+LIBS+=-lprop
endif
# This probably applies for any pkgsrc based system