diff options
Diffstat (limited to 'sys/arch/alpha/stand/boot/libsa/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/boot/libsa/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/boot/libsa/Makefile b/sys/arch/alpha/stand/boot/libsa/Makefile new file mode 100644 index 00000000000..c84169984f7 --- /dev/null +++ b/sys/arch/alpha/stand/boot/libsa/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.2 1995/02/16 02:33:03 cgd Exp $ + +LIB= sa +SRCS= alloc.c bzero.c close.c dev.c devopen.c disklabel.c getfile.c \ + gets.c ioctl.c lseek.c open.c printf.c read.c strcmp.c ufs.c \ + write.c bcopy.c filesystem.c strlen.c ntohl.c + +.PATH: ../../../../../lib/libsa ../../../../../lib/libkern +NOPIC=nopic +NOPROFILE=noprofile + +.include <bsd.lib.mk> + +CFLAGS= -mno-fp-regs -I../../../../.. -I. -DCOMPAT_UFS |