386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 19:56:14 +0000 (11:56 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 19:56:14 +0000 (11:56 -0800)
Work on file usr/src/libexec/getNAME/Makefile
Work on file usr/src/libexec/makekey/Makefile
Work on file usr/src/libexec/talkd/Makefile
Work on file usr/src/libexec/rexecd/Makefile
Work on file usr/src/libexec/tftpd/Makefile
Work on file usr/src/libexec/fingerd/Makefile
Work on file usr/src/libexec/comsat/Makefile

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

usr/src/libexec/comsat/Makefile [new file with mode: 0644]
usr/src/libexec/fingerd/Makefile [new file with mode: 0644]
usr/src/libexec/getNAME/Makefile [new file with mode: 0644]
usr/src/libexec/makekey/Makefile [new file with mode: 0644]
usr/src/libexec/rexecd/Makefile [new file with mode: 0644]
usr/src/libexec/talkd/Makefile [new file with mode: 0644]
usr/src/libexec/tftpd/Makefile [new file with mode: 0644]

diff --git a/usr/src/libexec/comsat/Makefile b/usr/src/libexec/comsat/Makefile
new file mode 100644 (file)
index 0000000..ced9120
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  comsat
+MAN8=  comsat.0
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/fingerd/Makefile b/usr/src/libexec/fingerd/Makefile
new file mode 100644 (file)
index 0000000..15a2cf3
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  fingerd
+MAN8=  fingerd.0
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/getNAME/Makefile b/usr/src/libexec/getNAME/Makefile
new file mode 100644 (file)
index 0000000..510c853
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  getNAME
+NOMAN= noman
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/makekey/Makefile b/usr/src/libexec/makekey/Makefile
new file mode 100644 (file)
index 0000000..b982bee
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  makekey
+MAN8=  makekey.0
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/rexecd/Makefile b/usr/src/libexec/rexecd/Makefile
new file mode 100644 (file)
index 0000000..09b7316
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  rexecd
+MAN8=  rexecd.0
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/talkd/Makefile b/usr/src/libexec/talkd/Makefile
new file mode 100644 (file)
index 0000000..dc5ef0c
--- /dev/null
@@ -0,0 +1,7 @@
+#      @(#)Makefile    5.10 (Berkeley) 5/11/90
+
+PROG=  ntalkd
+SRCS=  talkd.c announce.c process.c table.c print.c
+MAN8=  talkd.0
+
+.include <bsd.prog.mk>
diff --git a/usr/src/libexec/tftpd/Makefile b/usr/src/libexec/tftpd/Makefile
new file mode 100644 (file)
index 0000000..4314b0b
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.10 (Berkeley) 5/11/90
+
+PROG=  tftpd
+SRCS=  tftpd.c tftpsubs.c
+MAN8=  tftpd.0
+.PATH: ${.CURDIR}/../../usr.bin/tftp
+
+.include <bsd.prog.mk>