#	$NetBSD: Makefile,v 1.5 1995/01/18 06:53:51 mellon Exp $
#	@(#)Makefile	8.2 (Berkeley) 2/16/94

S=	${.CURDIR}/../../../../

LIB=	sa
SRCS=	alloc.c bcopy.c bzero.c close.c dev.c disklabel.c getfile.c \
	ioctl.c lseek.c open.c read.c ufs.c write.c \
	callvec.c devopen.c getenv.c gets.c strcat.c strcmp.c strcpy.c

.PATH:	$S/lib/libsa  $S/lib/libkern
NOPROFILE=noprofile

# set up for standalone library compiation (turn off PIC)

.include "../Makefile.inc"
.include <bsd.lib.mk>
