summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
blob: d6562b4b509486401deb46f2b6cb0af910096c08 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
#	$Id: Makefile,v 1.5 1997/08/04 03:37:05 brian Exp $

PROG=	date
SRCS=	date.c netdate.c vary.c
CFLAGS+=-Wall
DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud