summaryrefslogtreecommitdiffstats
path: root/common/Makefile
blob: 67d607879f664642ac5be7d7c9f4fde14bd7d447 (plain)
1
2
3
4
5
6
7
LIBOBJS= compat.o
libcompat.a: ${LIBOBJS}
	ar r $@ ${LIBOBJS}
	ranlib $@

MKDIR=	../Makefiles
include ${MKDIR}/build