summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/boot/libsa/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:54:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:54:39 +0000
commitf12226068d16673eea9adafe99388f1061d3309f (patch)
tree90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/stand/boot/libsa/Makefile
parent470d0389b66fade522060561cc0c6ba36e01e7cb (diff)
update to netbsd
Diffstat (limited to 'sys/arch/alpha/stand/boot/libsa/Makefile')
-rw-r--r--sys/arch/alpha/stand/boot/libsa/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/arch/alpha/stand/boot/libsa/Makefile b/sys/arch/alpha/stand/boot/libsa/Makefile
deleted file mode 100644
index c84169984f7..00000000000
--- a/sys/arch/alpha/stand/boot/libsa/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $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