NetBSD/bin/date/Makefile

10 lines
193 B
Makefile
Raw Normal View History

1994-09-22 13:24:46 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.6 1994/09/22 09:24:46 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>