Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 1996/01/07 21:50:50 leo Exp $
2#
3LIB	= libtos.a
4
5OBJS	= bsdstart.o eprintf.o error.o xalloc.o xexit.o keywait.o
6HEADERS	= kparamb.h libtos.h
7
8include ../Makefile.inc
9
10${LIB}: ${OBJS}
11	@${RM} ${LIB}
12	${AR} ${LIB} ${OBJS}
13