4 # "make" will compile what is needed and run the regression tests.
11 pack
: pack.c convert.c
13 convert.c
: ..
/..
/..
/sys
/kern
/kern_acct.c
14 sed
-n
'/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' $?
>$@
16 regress
: pack regress.t
20 rm -f
$(PROG
) convert.c
22 .
include <bsd.prog.mk
>