freebsd-dev/usr.sbin/xntpd/ntpdate/Makefile
Bruce Evans ee09b4f65e Don't use the beforedepend target. It was a no-op here except for
helping bsd.dep.mk break `make -jN depend'.
1998-03-19 15:12:05 +00:00

20 lines
338 B
Makefile

#
# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
PROG= ntpdate
MAN8= ${.CURDIR}/../doc/ntpdate.8
CLEANFILES+= .version version.c
SRCS= ntpdate.c version.c
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntpdate
.include <bsd.prog.mk>