########################################################## # FILE: Makefile # # AUTHOR: Nathan Boeger and Mana Tominaga # # NOTES: # Makefile for chapter 06 # ######################################################## SRC = kqueue_monitor.c poll_socket.c select_socket.c .include "../bsd_make.mk"