don't bother with cpio/tar links or compat symlinks for HOSTPROGs
This commit is contained in:
parent
2cc646d2d1
commit
ad24ec889c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2002/10/20 21:20:13 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2002/10/21 06:26:46 lukem Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
|
||||
# To install on versions prior to BSD 4.4 the following may have to be
|
||||
@ -46,11 +46,13 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mtree \
|
||||
|
||||
MAN= pax.1 tar.1 cpio.1
|
||||
|
||||
.if !defined(HOSTPROG)
|
||||
LINKS+= ${BINDIR}/pax ${BINDIR}/tar
|
||||
SYMLINKS+=${BINDIR}/tar /usr/bin/tar
|
||||
|
||||
LINKS+= ${BINDIR}/pax ${BINDIR}/cpio
|
||||
SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
|
||||
.endif
|
||||
|
||||
NOHTML=doc2html-error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user