1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/4/93 2984263bcSMatthew Dillon# $FreeBSD: src/lib/libcompat/Makefile,v 1.19.2.1 2001/04/25 10:04:23 ru Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonLIB=compat 5984263bcSMatthew DillonNOPIC= 6bd23c1cdSSascha WildnerWARNS?= 2 7984263bcSMatthew Dillon 80d5acd74SJohn Marino.PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4 9984263bcSMatthew Dillon 10984263bcSMatthew Dillon# compat 4.1 sources 11*dc06fccaSSascha WildnerSRCS+= ftime.c 12*dc06fccaSSascha WildnerMAN+= 4.1/ftime.3 13984263bcSMatthew Dillon 14984263bcSMatthew Dillon# compat 4.3 sources 1599b055baSSascha WildnerSRCS+= re_comp.c rexec.c 164ec6cca6SSascha WildnerMAN+= 4.3/re_comp.3 4.3/rexec.3 17984263bcSMatthew DillonMLINKS+=re_comp.3 re_exec.3 18984263bcSMatthew Dillon 19984263bcSMatthew Dillon# compat 4.4 sources 20984263bcSMatthew DillonSRCS+= cuserid.c 21984263bcSMatthew DillonMAN+= 4.4/cuserid.3 22984263bcSMatthew Dillon 23984263bcSMatthew Dillon.include <bsd.lib.mk> 24