$OpenBSD: patch-src_Makefile_am,v 1.1 2008/11/11 20:35:49 naddy Exp $
--- src/Makefile.am.orig	Wed Nov  5 00:47:09 2008
+++ src/Makefile.am	Thu Nov  6 18:50:23 2008
@@ -125,6 +125,9 @@ output/alsa.$(OBJEXT): output/alsa.c audio.h module.h
 output/hp.$(OBJEXT): output/hp.c audio.h module.h
 	cd output && $(MAKE)
 
+output/sndio.$(OBJEXT): output/sndio.c audio.h module.h
+	cd output && $(MAKE)
+
 
 # Would have to mention _all_ source files... Dammit, that's what the libmpg123/Makefile.am does!
 # But again, the a make $something here needs that stupid rule... WHY???
