freebsd-dev/usr.sbin/xntpd/ntpdate/Makefile

22 lines
365 B
Makefile
Raw Normal View History

1993-12-21 19:40:50 +00:00
#
# $Id: Makefile,v 1.8 1997/02/22 16:14:26 peter Exp $
1993-12-21 19:40:50 +00:00
#
CFLAGS+= -I${.CURDIR}/../include
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
1993-12-21 19:40:50 +00:00
PROG= ntpdate
MAN8= ${.CURDIR}/../doc/ntpdate.8
CLEANFILES+= .version version.c
1993-12-21 19:40:50 +00:00
SRCS= ntpdate.c version.c
beforedepend: version.c
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntpdate
1993-12-21 19:40:50 +00:00
.include <bsd.prog.mk>