remove one extra backslash from MLINKS

This commit is contained in:
jdolecek 2003-12-23 07:56:01 +00:00
parent 0a1b09ba9c
commit 1740f0282b
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/12/23 06:23:32 mrg Exp $
# $NetBSD: Makefile,v 1.3 2003/12/23 07:56:01 jdolecek Exp $
PROG= gzip
@ -8,7 +8,8 @@ LDADD= -lz
# XXX missing: zforce gzexe znew zmore zdiff zgrep
MLINKS+= gzip.1 gunzip.1 \
gzip.1 gzcat.1 \
gzip.1 zcat.1 \
gzip.1 zcat.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
${BINDIR}/gzip ${BINDIR}/gzcat \
${BINDIR}/gzip ${BINDIR}/zcat