Home | History | Annotate | Line # | Download | only in date
Makefile revision 1.5
      1  1.4  mycroft #	from: @(#)Makefile	5.3 (Berkeley) 12/4/90
      2  1.5  mycroft #	$Id: Makefile,v 1.5 1993/08/09 04:42:36 mycroft Exp $
      3  1.1      cgd 
      4  1.1      cgd PROG=	date
      5  1.1      cgd SRCS=	date.c netdate.c
      6  1.5  mycroft DPADD+=	${LIBUTIL}
      7  1.5  mycroft LDADD+=	-lutil
      8  1.1      cgd 
      9  1.1      cgd .include <bsd.prog.mk>
     10