386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 25 Feb 1992 17:17:27 +0000 (09:17 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 25 Feb 1992 17:17:27 +0000 (09:17 -0800)
Work on file usr/src/bin/rcp/Makefile

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

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

diff --git a/usr/src/bin/rcp/Makefile b/usr/src/bin/rcp/Makefile
new file mode 100644 (file)
index 0000000..96d1ded
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile    5.4 (Berkeley) 10/21/90
+
+PROG=  rcp
+SRCS=  rcp.c 
+BINOWN=        root
+BINMODE=4555
+.PATH: ${.CURDIR}/../../usr.bin/rlogin
+
+.include <bsd.prog.mk>