[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / keynote

Annotation of src/usr.bin/keynote/Makefile, Revision 1.7

1.7     ! angelos     1: #      $OpenBSD$
1.1       angelos     2:
1.7     ! angelos     3: all:
        !             4:        @cd ${.CURDIR}/../../lib && ${MAKE} libkeynote
1.1       angelos     5:
1.7     ! angelos     6: install:
        !             7:        @cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper install-keynote
1.1       angelos     8:
1.7     ! angelos     9: clean:
        !            10:        @cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper clean
1.1       angelos    11:
1.7     ! angelos    12: cleandir:
        !            13:        @cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper cleandir
1.1       angelos    14:
1.7     ! angelos    15: .include <bsd.prog.mk>