Annotation of libaitcfg/lib/Makefile, revision 1.1

1.1     ! misho       1: libdir = /usr/local/lib
        !             2: 
        !             3: INSTALL = install
        !             4: 
        !             5: LIBSO = libaitcfg.so
        !             6: 
        !             7: all:
        !             8: 
        !             9: depend:
        !            10: 
        !            11: clean:
        !            12:        @rm -f ${LIBSO} *~
        !            13: 
        !            14: install:
        !            15:        ${INSTALL} ${LIBSO} ${libdir}

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