mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
This commit is contained in:
parent
b3e7339e37
commit
db36ef8f02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38850
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user