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