blob: 5e893891123fcb06a05cf2ba550ce1d98d4280dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#
# $NetBSD: mini_xx.list,v 1.1.6.1 1996/08/29 03:14:53 gwr 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
|