chiark / gitweb /
better error docs
[chiark-utils.git] / cprogs / Makefile
index 23b3911d48362803d1740dd4b095feb260a0f5cc..f584470e55da284b99b70cb0f339a70a4cbadd39 100644 (file)
@@ -25,11 +25,11 @@ include ../settings.make
 
 RWBUFFER_SIZE_MB=16
 
-PROGRAMS=              readbuffer writebuffer
+PROGRAMS=              readbuffer writebuffer with-lock-ex
 SUIDSBINPROGRAMS=      really
 DAEMONS=               trivsoundd
-MAN1PAGES=             readbuffer.1 writebuffer.1
-MAN8PAGES=             trivsoundd.8
+MAN1PAGES=             readbuffer.1 writebuffer.1 with-lock-ex.1
+MAN8PAGES=             trivsoundd.8 really.8
 
 TARGETS=       $(PROGRAMS) $(SUIDSBINPROGRAMS) $(DAEMONS)