2007-05-22 05:52:04 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2011-01-06 20:05:24 +00:00
|
|
|
# "make" will compile the acct test programs
|
2007-05-22 05:52:04 +00:00
|
|
|
#
|
2011-01-06 20:05:24 +00:00
|
|
|
|
2007-05-22 05:52:04 +00:00
|
|
|
PROG= pack
|
2011-01-06 20:05:24 +00:00
|
|
|
SRCS= pack.c
|
2007-05-22 05:52:04 +00:00
|
|
|
NO_MAN=
|
2011-01-06 20:05:24 +00:00
|
|
|
CFLAGS+= -I${.OBJDIR}
|
2007-05-22 05:52:04 +00:00
|
|
|
|
2011-01-06 20:05:24 +00:00
|
|
|
pack.o: convert.c
|
2007-05-22 05:52:04 +00:00
|
|
|
|
2011-01-06 20:05:24 +00:00
|
|
|
CLEANFILES+= convert.c
|
2007-05-22 05:52:04 +00:00
|
|
|
convert.c: ../../../sys/kern/kern_acct.c
|
2010-01-03 08:33:24 +00:00
|
|
|
sed -n -e 's/log(/syslog(/g' \
|
|
|
|
-e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' $? >$@
|
2007-05-22 05:52:04 +00:00
|
|
|
|
|
|
|
regress: pack regress.t
|
2011-01-06 20:05:24 +00:00
|
|
|
${.CURDIR}/regress.t
|
2007-05-22 05:52:04 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|