Makefile revision 1.8
11.8Schristos# $NetBSD: Makefile,v 1.8 2011/08/17 13:29:39 christos Exp $ 21.3Sjtc# @(#)Makefile 8.1 (Berkeley) 6/6/93 31.1Scgd 41.6Smatt.include <bsd.own.mk> 51.6Smatt 61.5SmattCPPFLAGS+= -DNOT_CSH 71.5SmattCPPFLAGS+= -I. -I${NETBSDSRCDIR}/bin 81.5SmattSRCS= time.c strpct.c xtime.c 91.1ScgdPROG= time 101.1Scgd 111.8SchristosCOPTS.strpct.c += -Wno-format-nonliteral 121.8Schristos 131.5Smatt.PATH: ${NETBSDSRCDIR}/bin/csh 141.5Smatt 151.1Scgd.include <bsd.prog.mk> 16