1169851Sdds#
2169851Sdds# $FreeBSD$
3169851Sdds#
4217064Skeramida# "make" will compile the acct test programs
5169851Sdds#
6217064Skeramida
7169851SddsPROG=	pack
8217064SkeramidaSRCS=	pack.c
9169851SddsNO_MAN=
10217064SkeramidaCFLAGS+= -I${.OBJDIR}
11169851Sdds
12217064Skeramidapack.o:	convert.c
13201419Sobrien
14217064SkeramidaCLEANFILES+= convert.c
15169851Sddsconvert.c: ../../../sys/kern/kern_acct.c
16201419Sobrien	sed -n -e 's/log(/syslog(/g' \
17201419Sobrien	       -e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' $? >$@
18169851Sdds
19169851Sddsregress: pack regress.t
20217064Skeramida	${.CURDIR}/regress.t
21169851Sdds
22169851Sdds.include <bsd.prog.mk>
23