NetBSD/usr.sbin/ntp/ntpq/Makefile
simonb bde324b68f Fix a couple of problems:
+ 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.
2000-06-12 13:57:38 +00:00

8 lines
131 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/06/12 13:57:43 simonb Exp $
PROG= ntpq
MAN= ntpq.8
SRCS= ntpq.c ntpq_ops.c
.include <bsd.prog.mk>