acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / tools / regression / priv / Makefile
blob293d9da53b67fe2da0036df39fb7b1a34a8bb811
1 compile: test_acct
3 run: compile
4 ./test_acct
6 clean:
7 rm -f *.o test_acct
9 test.o: test.c
10 ${CC} -c test.c
12 test_acct: test_acct.c test.o test.h
13 ${CC} -o test_acct test.o test_acct.c