Home | History | Annotate | Line # | Download | only in date
Makefile revision 1.6
      1  1.6  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 5/31/93
      2  1.6  mycroft #	$Id: Makefile,v 1.6 1994/09/22 09:24:46 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