NetBSD/usr.sbin/ntp/ntptimeset/Makefile

15 lines
343 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2000/03/29 13:54:46 simonb Exp $
PROG= ntptimeset
MKMAN= no # no man page for ntptimeset
SRCS= ntptimeset.c ntptime_config.c
SRCS+= version.c
NTPSRCDIR=ntpdate
CLEANFILES+=version.c version.o .version
.include <bsd.prog.mk>
version.c: ${OBJS:S/version.o//} ${LIBNTP}/libntp.a
sh ${.CURDIR}/../scripts/mkver ntpd