From d2cdd748d334665572ebcc27b8ea7eb8f8861af7 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 21 Dec 1993 20:16:18 +0000 Subject: Convert tickadj to use BSD-style Makefile. Don't bother with the other programs. --- usr.sbin/xntpd/util/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 usr.sbin/xntpd/util/Makefile (limited to 'usr.sbin/xntpd') diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile new file mode 100644 index 0000000..a030fc8 --- /dev/null +++ b/usr.sbin/xntpd/util/Makefile @@ -0,0 +1,20 @@ +# +# $Id: Makefile,v 1.1 1993/12/21 19:50:40 wollman Exp $ +# + +CFLAGS+= -I${.CURDIR}/../include +LDADD+= -L${.CURDIR}/../lib -lntp +DPADD+= -L${.CURDIR}/../lib/libntp.a + +PROG= tickadj +MAN8= ${.CURDIR}/../doc/tickadj.8 +CLEANFILES+= version.c + +SRCS= tickadj.c version.c + +beforedepend: version.c + +version.c: ${.CURDIR}/../VERSION + ${.CURDIR}/../scripts/mkversion tickadj + +.include -- cgit v1.1