# $OpenBSD: Makefile,v 1.2 2001/08/30 08:21:42 fgsch Exp $ PROG= preemption_float SRCS= preemption_float.c DPADD= ${LIBM} LDADD= -lm .include