Home | History | Annotate | Line # | Download | only in time
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2011/08/28 08:24:42 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.9  christos SRCS=	time.c xtime.c
      9  1.1       cgd PROG=	time
     10  1.1       cgd 
     11  1.9  christos .PATH: ${NETBSDSRCDIR}/bin/csh
     12  1.8  christos 
     13  1.9  christos LDADD+=-lutil
     14  1.9  christos DPADD+=${LIBUTIL}
     15  1.5      matt 
     16  1.1       cgd .include <bsd.prog.mk>
     17