summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-07-16 07:22:10 +0000
committersimokawa <simokawa@FreeBSD.org>1999-07-16 07:22:10 +0000
commitbd76338214ab1d387a7c440edc616ab427c67d76 (patch)
tree7012c32f71830287ac55f47e053e0816f27a0401 /usr.bin/Makefile
parent23b740ca171475f8ba7a0ecd9e95c5dcb7261a2b (diff)
downloadFreeBSD-src-bd76338214ab1d387a7c440edc616ab427c67d76.zip
FreeBSD-src-bd76338214ab1d387a7c440edc616ab427c67d76.tar.gz
Enable gprof on alpha.
* alpha.{c,h} are same as i386.{c,h}. * Force address calculation to be done in long precision(64bit on alpha) rather than double precision(52bit).
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 22d1aaf..ff5f875 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.126 1999/04/18 09:51:43 obrien Exp $
+# $Id: Makefile,v 1.127 1999/04/18 15:56:20 peter Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -58,6 +58,7 @@ SUBDIR= apply \
gensetdefs \
getopt \
global \
+ gprof \
head \
hexdump \
host \
@@ -211,7 +212,6 @@ SUBDIR+=ar \
brandelf \
doscmd \
gcore \
- gprof \
gprof4 \
nm \
ranlib \
OpenPOWER on IntegriCloud