27 lines
578 B
Plaintext
27 lines
578 B
Plaintext
#
|
|
# $NetBSD: mini_xx.list,v 1.2 1996/10/09 00:13:36 jtc Exp $
|
|
# Build -static versions of some programs.
|
|
#
|
|
|
|
# These were re-linked with -static locally:
|
|
|
|
COPY ${OBJDIR}/grep usr/bin
|
|
LINK usr/bin/grep usr/bin/egrep
|
|
LINK usr/bin/grep usr/bin/fgrep
|
|
|
|
COPY ${OBJDIR}/less usr/bin
|
|
LINK usr/bin/less usr/bin/more
|
|
|
|
COPY ${OBJDIR}/tip usr/bin
|
|
|
|
COPY ${OBJDIR}/vi usr/bin
|
|
|
|
# These are normally -static so just copy:
|
|
|
|
COPY ${DESTDIR}/usr/bin/tar usr/bin
|
|
|
|
COPY ${DESTDIR}/usr/bin/gzip usr/bin
|
|
LINK usr/bin/gzip usr/bin/gunzip
|
|
LINK usr/bin/gzip usr/bin/gzcat
|
|
|