diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-19 09:47:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-19 09:47:19 +0000 |
commit | bcbd27be2aea5b4d33ffa186c0766c7109d3e2e2 (patch) | |
tree | 37741a2cbe61f0ecef6ba4c932f5c23c94bfc791 /usr.bin/Makefile | |
parent | 6e5d660a6361fcf0e2504a3ce7b7bbe17dbd71ad (diff) | |
download | src-bcbd27be2aea5b4d33ffa186c0766c7109d3e2e2.tar.gz src-bcbd27be2aea5b4d33ffa186c0766c7109d3e2e2.zip |
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
Notes
Notes:
svn path=/head/; revision=56279
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 9572e7c1d316..2a681946f9aa 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> |