Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.

This commit is contained in:
John Birrell 1998-09-05 08:22:30 +00:00
parent b3e7339e37
commit db36ef8f02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38850
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/29/93
PROG= gprof
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
printgprof.c printlist.c
beforeinstall:

View File

@ -6,7 +6,7 @@
PROG= gprof4
NOMAN= noman
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
printgprof.c printlist.c
CFLAGS+=-DGPROF4
.PATH: ${.CURDIR}/../../usr.bin/gprof

View File

@ -4,7 +4,7 @@ PROG= bad144
SRCS= bad144.c dkcksum.c
MAN8= bad144.8
MLINKS= bad144.8 ../bad144.8
MANSUBDIR=/${MACHINE}
MANSUBDIR=/${MACHINE_ARCH}
.PATH: ${.CURDIR}/../../sbin/disklabel
.include <bsd.prog.mk>