1*984263bcSMatthew Dillon# @(#)Makefile 8.2 (Berkeley) 4/17/94 2*984263bcSMatthew Dillon# $FreeBSD: src/usr.bin/compress/Makefile,v 1.4.6.2 2002/07/16 00:45:05 tjr Exp $ 3*984263bcSMatthew Dillon 4*984263bcSMatthew DillonPROG= compress 5*984263bcSMatthew DillonSRCS= compress.c zopen.c 6*984263bcSMatthew DillonLINKS= ${BINDIR}/compress ${BINDIR}/uncompress 7*984263bcSMatthew DillonMLINKS= compress.1 uncompress.1 8*984263bcSMatthew Dillon 9*984263bcSMatthew Dillon.include <bsd.prog.mk> 10