summaryrefslogtreecommitdiff
path: root/distrib/sun3/common/mini_xx.list
blob: ec1fa44fe1241b9b9eb679212765729940d832e3 (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
27
#
# $NetBSD: mini_xx.list,v 1.1 1995/11/21 21:19:01 gwr Exp $
# Build -static versions of some programs.
#

# These were re-linked with -static locally:

COPY	${OBJDIR}/awk			usr/bin

COPY	${OBJDIR}/grep			usr/bin
LINK	  usr/bin/grep			usr/bin/egrep
LINK	  usr/bin/grep			usr/bin/fgrep

COPY	${OBJDIR}/more			usr/bin

COPY	${OBJDIR}/tip			usr/bin

COPY	${OBJDIR}/vi			usr/bin

# These are normally -static so just copy:

COPY	${DESTDIR}/bin/tar		bin

COPY	${DESTDIR}/usr/bin/gzip		usr/bin
LINK		   usr/bin/gzip		usr/bin/gunzip
LINK		   usr/bin/gzip		usr/bin/gzcat