install gunzip, zcat & gzcat links.

This commit is contained in:
mrg 2003-12-23 06:23:32 +00:00
parent 874b680779
commit 0a1b09ba9c
1 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/12/23 05:16:31 mrg Exp $
# $NetBSD: Makefile,v 1.2 2003/12/23 06:23:32 mrg Exp $
PROG= gzip
DPADD= ${LIBZ}
LDADD= -lz
# XXX missing: zforce gzexe znew zmore zdiff zgrep
MLINKS+= gzip.1 gunzip.1 \
gzip.1 gzcat.1 \
gzip.1 zcat.1 \
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
${BINDIR}/gzip ${BINDIR}/gzcat \
${BINDIR}/gzip ${BINDIR}/zcat
.include <bsd.prog.mk>