date and time created 86/04/30 12:29:50 by karels
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 1 May 1986 03:29:50 +0000 (19:29 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 1 May 1986 03:29:50 +0000 (19:29 -0800)
SCCS-vsn: share/doc/psd/21.ipc/Makefile 1.1

usr/src/share/doc/psd/21.ipc/Makefile [new file with mode: 0644]

diff --git a/usr/src/share/doc/psd/21.ipc/Makefile b/usr/src/share/doc/psd/21.ipc/Makefile
new file mode 100644 (file)
index 0000000..411e933
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright (c) 1986 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    1.1 (Berkeley) %G%
+#
+# Makefile to run off revised 4.3 ipc primer
+#
+
+TROFF= ditroff
+PKG= -ms
+TBL= dtbl
+TBLARGS =
+PRINTER = -Pdp
+
+ipc: 0.t 1.t 2.t 3.t 4.t 5.t
+       $(TBL) $(TBLARGS) *.t | $(TROFF) $(PKG) $(PRINTER)
+
+clean:
+       rm *.imP *.bak *.CKP
+