diff options
Diffstat (limited to 'sys/arch/atari/stand/tostools/libtos/Makefile')
-rw-r--r-- | sys/arch/atari/stand/tostools/libtos/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/atari/stand/tostools/libtos/Makefile b/sys/arch/atari/stand/tostools/libtos/Makefile new file mode 100644 index 00000000000..f89ac1cd0eb --- /dev/null +++ b/sys/arch/atari/stand/tostools/libtos/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 1996/01/07 21:50:50 leo Exp $ +# +LIB = libtos.a + +OBJS = bsdstart.o eprintf.o error.o xalloc.o xexit.o keywait.o +HEADERS = kparamb.h libtos.h + +include ../Makefile.inc + +${LIB}: ${OBJS} + @${RM} ${LIB} + ${AR} ${LIB} ${OBJS} |