Annotation of libaitsess/inc/Makefile.in, revision 1.1.2.1

1.1.2.1 ! misho       1: includedir = /usr/local/include
        !             2: 
        !             3: INSTALL = install
        !             4: 
        !             5: all:
        !             6: 
        !             7: depend:
        !             8: 
        !             9: clean:
        !            10:        @rm -f *~
        !            11: 
        !            12: install:
        !            13:        ${INSTALL} aitsess.h ${includedir}

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