summaryrefslogtreecommitdiffstats
path: root/usr.bin/lorder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lorder/Makefile')
-rw-r--r--usr.bin/lorder/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile
new file mode 100644
index 0000000..70d28f5
--- /dev/null
+++ b/usr.bin/lorder/Makefile
@@ -0,0 +1,17 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+MAN1= lorder.0
+
+all lorder: ${MAN1}
+
+clean depend lint tags:
+
+cleandir:
+ rm -f ${MAN1}
+
+install: maninstall
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
+
+.include <bsd.prog.mk>
+.include <bsd.man.mk>
OpenPOWER on IntegriCloud