#
# makefile for the sii_printpbm printer driver
#

# Uncomment the following for a Linux libc version 5 system
# or some other OS that doesn't have the poll() system call.
#CCFLAGS= -DUSE_SELECT
CCFLAGS=

sii_printpbm:	sii_printpbm.c
	cc $(CCFLAGS) -o sii_printpbm sii_printpbm.c