summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdate/Makefile
blob: d89e0d049513fa68220bd75abe450c888a48a376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.4 1997/09/21 11:44:12 deraadt Exp $

PROG=	rdate
SRCS=	rdate.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil

MAN=	rdate.8

.include <bsd.prog.mk>