diff options
| author | Warner Losh <imp@FreeBSD.org> | 2011-02-11 02:34:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2011-02-11 02:34:26 +0000 |
| commit | 6998f846707eea98f63aad4336d98eed9e5a8efc (patch) | |
| tree | 7464df57d4e704b077e48d49af1d4ff284e20c98 /lib/libpmc | |
| parent | 64a5f83e35c4691f4edeb2f80cff1f65bef43378 (diff) | |
Notes
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index fc52cfb6d822..85ddf0f45a14 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -38,7 +38,7 @@ MAN+= pmc.corei7uc.3 MAN+= pmc.westmere.3 MAN+= pmc.westmereuc.3 MAN+= pmc.tsc.3 -.elif ${MACHINE_CPUARCH} == "arm" && defined(CPUTYPE) && ${CPUTYPE} == "xscale" +.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale" MAN+= pmc.xscale.3 .endif |
