summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-19 09:47:19 +0000
committerobrien <obrien@FreeBSD.org>2000-01-19 09:47:19 +0000
commitf093c3cc6c87f5d2fb770929945ee9187322e99c (patch)
tree30992a3818b95a0831fe8b5c93259aa55ae5da77 /usr.bin/Makefile
parent0b63e1ef02fc8368d320aa147d346145d1a91de5 (diff)
downloadFreeBSD-src-f093c3cc6c87f5d2fb770929945ee9187322e99c.zip
FreeBSD-src-f093c3cc6c87f5d2fb770929945ee9187322e99c.tar.gz
Utility to control the printing of "Fixed up unaligned data access for pid
nnn at pc 0xADDR" and the fixup of the UA fault on the DEC Alpha when an unaligned access fault happens. Modeled after the OSF/1 utility of the same name. Submitted by: gallatin
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 9572e7c..2a68194 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -224,4 +224,8 @@ SUBDIR+=ar \
strip
.endif
+.if ${MACHINE_ARCH} == "alpha"
+SUBDIR+=uac
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud