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