BSD 4_4 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 2 Jul 1993 20:25:18 +0000 (12:25 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 2 Jul 1993 20:25:18 +0000 (12:25 -0800)
Work on file usr/src/contrib/emacs-18.57/src/makefile

Synthesized-from: CSRG/cd3/4.4

usr/src/contrib/emacs-18.57/src/makefile [new file with mode: 0644]

diff --git a/usr/src/contrib/emacs-18.57/src/makefile b/usr/src/contrib/emacs-18.57/src/makefile
new file mode 100644 (file)
index 0000000..a67d3d0
--- /dev/null
@@ -0,0 +1,13 @@
+#Build for 4.4BSD
+
+all:
+# Currently support 'hp300', 'sparc'
+       rm -f config.h
+       ln -s config.${MACHINE}bsd.h config.h
+       make -f Makefile
+
+clean:
+       make -f Makefile clean
+
+install:
+       make -f Makefile install