diff options
Diffstat (limited to 'lib/libarch/mips64/Makefile')
-rw-r--r-- | lib/libarch/mips64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libarch/mips64/Makefile b/lib/libarch/mips64/Makefile index b9667366d73..027fb68abfa 100644 --- a/lib/libarch/mips64/Makefile +++ b/lib/libarch/mips64/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2010/02/03 20:49:00 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2010/09/24 13:54:05 miod Exp $ -MAN= cacheflush.3 +MAN= cacheflush.3 get_fpc_csr.3 +MLINKS= get_fpc_csr.3 set_fpc_csr.3 MANSUBDIR= loongson sgi #.if ${MACHINE_CPU} == "mips64" |