BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 13 Feb 1992 02:35:45 +0000 (18:35 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 13 Feb 1992 02:35:45 +0000 (18:35 -0800)
Work on file usr/src/contrib/rc-1.4/history/Makefile

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/rc-1.4/history/Makefile [new file with mode: 0644]

diff --git a/usr/src/contrib/rc-1.4/history/Makefile b/usr/src/contrib/rc-1.4/history/Makefile
new file mode 100644 (file)
index 0000000..4655947
--- /dev/null
@@ -0,0 +1,6 @@
+CC=gcc -g -O
+
+history: history.c
+       $(CC) -o history history.c
+       @echo 'Now install "history" as -, --, -p and --p in your bin directory'
+       @echo '(for example, by making them links to the same file)'