diff options
author | Michael Stapelberg | 2015-07-07 23:12:13 -0700 |
---|---|---|
committer | Michael Stapelberg | 2015-07-07 23:12:13 -0700 |
commit | 55a23712ade74836be11feb9602f90d360aea44a (patch) | |
tree | 8de541c9dffaaf20f078807ca6489e6cbf211301 /Makefile | |
parent | Merge pull request #39 from vikstrous/master (diff) | |
parent | Add 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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |