Home | History | Annotate | Line # | Download | only in date
Makefile revision 1.15
      1  1.15  christos #	$NetBSD: Makefile,v 1.15 2011/08/14 10:53:16 christos Exp $
      2   1.7       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	date
      5  1.14  christos SRCS=	date.c netdate.c
      6   1.5   mycroft DPADD+=	${LIBUTIL}
      7   1.5   mycroft LDADD+=	-lutil
      8  1.13  christos CPPFLAGS+=-I${.CURDIR}
      9   1.1       cgd 
     10  1.15  christos COPTS.date.c = -Wno-format-nonliteral
     11  1.15  christos 
     12   1.1       cgd .include <bsd.prog.mk>
     13