summaryrefslogtreecommitdiff
path: root/distrib/special/rsh/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-17 14:19:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-17 14:19:54 +0000
commit77bc28544a42e71898ee5d334a382497d29e3357 (patch)
treed7e0407cbc6940ee8841aaabb52b74589b2c8805 /distrib/special/rsh/Makefile
parentf1e4bed8bad1667ab5c41e9cd3341928a07959a8 (diff)
generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on all
architectures.
Diffstat (limited to 'distrib/special/rsh/Makefile')
-rw-r--r--distrib/special/rsh/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/distrib/special/rsh/Makefile b/distrib/special/rsh/Makefile
new file mode 100644
index 00000000000..62e29f47823
--- /dev/null
+++ b/distrib/special/rsh/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 1997/09/17 14:19:53 deraadt Exp $
+# $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $
+
+PROG= rsh
+SRCS= rsh.c
+
+KERBEROS=no
+
+.PATH: ${.CURDIR}/../../../usr.bin/rsh
+MAN=
+BINMODE=4555
+BINOWN= root
+
+.include <bsd.prog.mk>