Home | History | Annotate | Line # | Download | only in date
Makefile revision 1.15.44.2
      1  1.15.44.1    martin #	$NetBSD: Makefile,v 1.15.44.2 2020/04/21 19:37:30 martin 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