summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
blob: 0a57e97a028c8cd5165aa263f7ef2ccc5f6aa164 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	date
SRCS=	date.c netdate.c vary.c
WARNS=	0
DPADD=	${LIBUTIL}
LDADD=	-lutil

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