Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / atari / stand / tostools / libtos / Makefile
blob8f1d67bbf7ac2cfd07be90f38e52fd8f354cb603
1 # $NetBSD: Makefile,v 1.4 2002/02/24 20:51:07 leo Exp $
3 LIB = libtos.a
5 OBJS = biosrw.o ahdi.o aout.o bsdlabel.o bsdstart.o cread.o diskio.o elf.o \
6 eprintf.o error.o sysinfo.o xalloc.o xexit.o keywait.o
8 HEADERS = ahdilbl.h disklbl.h diskio.h kparamb.h libtos.h
10 include ../Makefile.inc
12 ${LIB}: ${OBJS}
13 @${RM} ${LIB}
14 ${AR} ${LIB} ${OBJS}