# # $FreeBSD: head/tools/regression/acct/Makefile 169851 2007-05-22 05:52:04Z dds $ # # "make" will compile what is needed and run the regression tests. # PROG= pack NO_MAN= all: regress pack: pack.c convert.c convert.c: ../../../sys/kern/kern_acct.c sed -n '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' $? >$@ regress: pack regress.t ./regress.t clean: rm -f $(PROG) convert.c .include