Annotation of libaitcfg/example/Makefile, revision 1.1.2.3

1.1.2.1   misho       1: all:
1.1.2.2   misho       2:        gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc
1.1.2.3 ! misho       3:        gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc
1.1.2.1   misho       4: 
                      5: clean:
1.1.2.3 ! misho       6:        rm -f *~ *.o test test_boot

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>