386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 29 Jun 1992 21:53:14 +0000 (13:53 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 29 Jun 1992 21:53:14 +0000 (13:53 -0800)
Work on file usr/src/usr.bin/ld/Makefile

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

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

diff --git a/usr/src/usr.bin/ld/Makefile b/usr/src/usr.bin/ld/Makefile
new file mode 100644 (file)
index 0000000..6816916
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    6.2 (Berkeley) 4/30/91
+
+PROG=  ld
+SRCS=  ld.c cplus-dem.c
+NOMAN= noman
+LINKS= ${BINDIR}/ld ${BINDIR}/../libexec/ld++
+
+.include <bsd.prog.mk>