Home | History | Annotate | Line # | Download | only in libsa
Makefile revision 1.1
      1 #	$Id: Makefile,v 1.1 1994/01/26 02:03:32 brezak Exp $
      2 
      3 LIB=	sa
      4 
      5 CFLAGS+=-DSTANDALONE -I${.CURDIR}
      6 
      7 # io routines
      8 SRCS+=	close.c dev.c disklabel.c ioctl.c lseek.c open.c read.c \
      9 	stat.c ufs.c write.c
     10 
     11 # other misc routines
     12 SRCS+=	alloc.c bcopy.c exit.c getfile.c gets.c printf.c strerror.c
     13 
     14 NOPROFILE=
     15 NOPIC=
     16 OBJMACHINE=
     17 
     18 install:
     19 
     20 .include <bsd.lib.mk>
     21