Home | History | Annotate | Line # | Download | only in time
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2011/08/17 13:29:39 christos Exp $
      2  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.6      matt .include <bsd.own.mk>
      5  1.6      matt 
      6  1.5      matt CPPFLAGS+=	-DNOT_CSH
      7  1.5      matt CPPFLAGS+=	-I. -I${NETBSDSRCDIR}/bin
      8  1.5      matt SRCS=	time.c strpct.c xtime.c
      9  1.1       cgd PROG=	time
     10  1.1       cgd 
     11  1.8  christos COPTS.strpct.c += -Wno-format-nonliteral
     12  1.8  christos 
     13  1.5      matt .PATH: ${NETBSDSRCDIR}/bin/csh
     14  1.5      matt 
     15  1.1       cgd .include <bsd.prog.mk>
     16