Home | History | Annotate | Line # | Download | only in compress
Makefile revision 1.5
      1  1.4  cgd #	from: @(#)Makefile	8.2 (Berkeley) 4/17/94
      2  1.5  cgd #	$Id: Makefile,v 1.5 1994/10/17 21:43:15 cgd Exp $
      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