386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 18 May 1990 17:25:20 +0000 (09:25 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 18 May 1990 17:25:20 +0000 (09:25 -0800)
Work on file usr/src/usr.bin/lorder/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/lorder/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/lorder/Makefile b/usr/src/usr.bin/lorder/Makefile
new file mode 100644 (file)
index 0000000..7fc6f94
--- /dev/null
@@ -0,0 +1,17 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/18/90
+
+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>