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

Annotation of src/usr.bin/more/Makefile, Revision 1.9

1.9     ! millert     1: #      $OpenBSD: Makefile,v 1.8 1997/09/21 11:50:08 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  more
1.9     ! millert     4: DPADD= ${LIBCURSES} ${LIBCOMPAT}
        !             5: LDADD= -lcurses -lcompat
1.1       deraadt     6: MLINKS=        more.1 page.1
                      7: LINKS= ${BINDIR}/more ${BINDIR}/page
                      8:
                      9: beforeinstall:
1.7       millert    10:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
1.6       downsj     11:                ${.CURDIR}/more.help ${DESTDIR}/usr/share/misc/more.help
1.1       deraadt    12:
                     13: .include <bsd.prog.mk>