Makefile revision 1.1
1#	$Id: Makefile,v 1.1 1994/01/26 02:03:32 brezak Exp $
2
3LIB=	sa
4
5CFLAGS+=-DSTANDALONE -I${.CURDIR}
6
7# io routines
8SRCS+=	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
12SRCS+=	alloc.c bcopy.c exit.c getfile.c gets.c printf.c strerror.c
13
14NOPROFILE=
15NOPIC=
16OBJMACHINE=
17
18install:
19
20.include <bsd.lib.mk>
21