summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-21 19:50:40 +0000
committerwollman <wollman@FreeBSD.org>1993-12-21 19:50:40 +0000
commit36518b49c790666291ce0e55241282f1b00c15ad (patch)
tree5b574ebfdebd8cf84bffc838c7e475a88bc01aa0 /usr.sbin
parentef8e32bb6835cdd2ae6a973cdb969f1ebb1794bb (diff)
downloadFreeBSD-src-36518b49c790666291ce0e55241282f1b00c15ad.zip
FreeBSD-src-36518b49c790666291ce0e55241282f1b00c15ad.tar.gz
Add BSD-style Makefile for ntptrace.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/xntpd/ntptrace/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile
new file mode 100644
index 0000000..193d83f
--- /dev/null
+++ b/usr.sbin/xntpd/ntptrace/Makefile
@@ -0,0 +1,20 @@
+#
+# $Id: Makefile,v 1.1 1993/12/21 19:46:16 wollman Exp $
+#
+
+CFLAGS+= -I${.CURDIR}/../include
+LDADD+= -L${.CURDIR}/../lib -lntp
+DPADD+= -L${.CURDIR}/../lib/libntp.a
+
+PROG= ntptrace
+MAN8= ${.CURDIR}/../doc/ntptrace.8
+CLEANFILES+= version.c
+
+SRCS= ntptrace.c version.c
+
+beforedepend: version.c
+
+version.c: ${.CURDIR}/../VERSION
+ ${.CURDIR}/../scripts/mkversion ntptrace
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud