summaryrefslogtreecommitdiffstats
path: root/libexec/xtend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/xtend/Makefile')
-rw-r--r--libexec/xtend/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile
new file mode 100644
index 0000000..d89e079
--- /dev/null
+++ b/libexec/xtend/Makefile
@@ -0,0 +1,14 @@
+# Makefile for xtend (Stark) 10/30/93
+# $Id$
+
+BINMODE= 555
+
+PROG= xtend
+SRCS= xtend.c status.c packet.c user.c
+CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+MAN8= xtend.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud