|
root / base / usr / src / cmd / sgs / gprof / amd64
amd64 Plain Text 17 lines 325 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# Copyright 2025 Hammerhead Project
#

include ../Makefile.com
include $(SRC)/Makefile.master.64

ROOTPROG = $(ROOTPROG64)

all: $(PROG)

install: all $(ROOTPROG)

include ../Makefile.targ