BSD 4_4 release
[unix-history] / usr / src / share / doc / psd / 21.ipc / Makefile
index 411e933..2a366be 100644 (file)
@@ -1,21 +1,10 @@
-# 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
-#
+#      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 
-TROFF= ditroff
-PKG= -ms
-TBL= dtbl
-TBLARGS =
-PRINTER = -Pdp
+DIR=   psd/21.ipc
+SRCS=  0.t 1.t 2.t 3.t 4.t 5.t
+MACROS=        -ms
 
 
-ipc: 0.t 1.t 2.t 3.t 4.t 5.t
-       $(TBL) $(TBLARGS) *.t | $(TROFF) $(PKG) $(PRINTER)
-
-clean:
-       rm *.imP *.bak *.CKP
+paper.ps: ${SRCS}
+       ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
 
 
+.include <bsd.doc.mk>