Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / tools / regression / priv / Makefile
1 compile: test_acct
2
3 run: compile
4         ./test_acct
5
6 clean:
7         rm *.o test_acct
8
9 test.o: test.c
10         ${CC} -c test.c
11
12 test_acct: test_acct.c test.o test.h
13         ${CC} -o test_acct test.o test_acct.c