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

Annotation of src/usr.bin/compress/Makefile, Revision 1.1

1.1     ! deraadt     1: #      $NetBSD: Makefile,v 1.6 1995/03/26 09:44:29 glass Exp $
        !             2: #      @(#)Makefile    8.2 (Berkeley) 4/17/94
        !             3:
        !             4: PROG=  compress
        !             5: SRCS=  compress.c zopen.c
        !             6: LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
        !             7: MLINKS= compress.1 uncompress.1
        !             8: #MLINKS+=compress.1 zcat.1
        !             9:
        !            10: #afterinstall:
        !            11: #      install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        !            12: #          ${.CURDIR}/zcat.sh ${DESTDIR}/usr/bin/zcat
        !            13:
        !            14: .include <bsd.prog.mk>