etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / top / dist / config.amd64.make
blob879b6c9b10161d672505c76aea23d4d0b7f898c3
1 # Special rules for making 32-bit and 64-bit binaries on a sunos5 x86 box
2 all: i386/top amd64/top
3 -cp -f /usr/lib/isaexec top
5 i386/top: $(SRC) $(INC)
6 cd i386; $(MAKE) -f ../Makefile VPATH=.. srcdir=.. \
7 BINARY=./top ARCHFLAG= top
9 amd64/top: $(SRC) $(INC)
10 cd amd64; $(MAKE) -f ../Makefile VPATH=.. srcdir=.. BINARY=./top top