NetBSD/bin/date/Makefile

10 lines
193 B
Makefile
Raw Normal View History

1993-08-01 09:47:31 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 12/4/90
1993-08-09 08:42:36 +04:00
# $Id: Makefile,v 1.5 1993/08/09 04:42:36 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= date
SRCS= date.c netdate.c
1993-08-09 08:42:36 +04:00
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>