Makefile revision 1.29
11.29Sabs# $NetBSD: Makefile,v 1.29 2009/02/14 13:52:51 abs Exp $ 21.26Slukem 31.26Slukem.include <bsd.own.mk> 41.3Smycroft 51.3SmycroftLIB= compat 61.20StvCPPFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -D__LIBCOMPAT_SOURCE__ 71.27SlukemAFLAGS+=-I${NETBSDSRCDIR}/lib/libc/arch/${MACHINE_ARCH} 81.11Smycroft.if defined(DESTDIR) 91.27SlukemAFLAGS+=-nostdinc -idirafter ${DESTDIR}/usr/include 101.11Smycroft.endif 111.5Scgd 121.7Scgd.PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \ 131.5Scgd ${.CURDIR}/4.3/${MACHINE_ARCH} ${.CURDIR}/4.3 \ 141.7Scgd ${.CURDIR}/4.4/${MACHINE_ARCH} ${.CURDIR}/4.4 \ 151.5Scgd ${.CURDIR}/regexp 161.5Scgd 171.5Scgd# compat 4.1 sources 181.10Scgd# missing: getpw.c tell.c vlimit.c vtimes.c 191.10ScgdSRCS= gtty.c ftime.c stty.c 201.7Scgd 211.29Sabs.if (${MACHINE_ARCH} == "vax") 221.7Scgd# missing: (for vax) reset.s 231.7Scgd.endif 241.7Scgd 251.24SkleinkMAN+= ftime.3 stty.3 261.7Scgd 271.7ScgdMLINKS+=stty.3 gtty.3 281.5Scgd 291.5Scgd# compat 4.3 sources 301.7Scgd# missing: ecvt.c gcvt.c sibuf.c sobuf.c strout.c 311.28SdrochnerSRCS+= cfree.c regex.c rexec.c 321.28SdrochnerSRCS+= ruserpass.c 331.5Scgd 341.7Scgd# missing: ecvt.0 351.28SdrochnerMAN+= re_comp.3 rexec.3 361.7Scgd 371.7Scgd#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 381.7ScgdMLINKS+=re_comp.3 re_exec.3 391.7Scgd 401.8Sjtc 411.7Scgd# compat 4.4 sources 421.17SchristosSRCS+= cuserid.c 431.17SchristosMAN+= cuserid.3 441.8Sjtc 451.5Scgd 461.5Scgd# regexp sources 471.5ScgdSRCS+= regerror.c regexp.c regsub.c 481.13ScgdMAN+= regexp.3 491.1Scgd 501.14Sjtc.include <bsd.lib.mk> 51