bde324b68f
+ Make depend required all the source files to be built before the dependencies were generated due to some sub-optimal logic in the version generation. Fix from Bernd Ernesti in private mail. + Make the version string contain ${PROG} as originally intended and not "ntpd" for all 7 programs. Also move version generation to Makefile.inc to stop having 7 copies of exactly the same thing.
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.3 2000/06/12 13:57:43 simonb Exp $
|
|
|
|
PROG= ntptime
|
|
MAN= ntptime.8
|
|
SRCS= ntptime.c
|
|
|
|
NTPSRCDIR=util
|
|
|
|
.include <bsd.prog.mk>
|