Annotation of libaitcfg/example/Makefile, revision 1.2

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

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