diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/mvmeppc/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/libsa/Makefile b/sys/arch/mvmeppc/stand/libsa/Makefile index 388bbce025a..c54da8dfee8 100644 --- a/sys/arch/mvmeppc/stand/libsa/Makefile +++ b/sys/arch/mvmeppc/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/01/25 14:47:31 miod Exp $ +# $OpenBSD: Makefile,v 1.6 2004/01/25 14:51:46 miod Exp $ LIB=sa @@ -24,7 +24,7 @@ SRC_kern= ashrdi3.c bzero.c SRC_mvme= exec_mvme.c -SRC_here= bugdev.c cache.c clock.c conf.c parse_args.c rawfs.c tftpfs.c +SRC_here= bugdev.c clock.c conf.c parse_args.c rawfs.c tftpfs.c SRCS= ${SRC_net} ${SRC_sa} ${SRC_mvme} ${SRC_here} ${SRC_kern} |