Import 2.2.8pre4
[davej-history.git] / lib / Makefile
blob3a7a27dafc486e2a63db343de45829b9e33d29b9
2 # Makefile for some libs needed in the kernel.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
9 L_TARGET := lib.a
10 L_OBJS := errno.o ctype.o string.o vsprintf.o
12 include $(TOPDIR)/Rules.make