386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 6 May 1991 21:19:26 +0000 (13:19 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 6 May 1991 21:19:26 +0000 (13:19 -0800)
Work on file usr/src/usr.bin/g++/Makefile

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

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

diff --git a/usr/src/usr.bin/g++/Makefile b/usr/src/usr.bin/g++/Makefile
new file mode 100644 (file)
index 0000000..a543532
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    6.3 (Berkeley) 5/6/91
+
+SUBDIR=        g++ cc1plus # doc
+
+.include <bsd.subdir.mk>