include ../Make.defines

PROGS =	bigfwrite bigwrite bigwritenb lockcua0 msgqslot msgqread \
		nonblockw notatty openmax outoflocks sigerrno usepid

all:	${PROGS}

clean:
	rm -f ${PROGS} ${TEMPFILES}
