Home | History | Annotate | Line # | Download | only in 20.ipctut
Makefile revision 1.4
      1  1.4  pooka #	$NetBSD: Makefile,v 1.4 2002/06/02 17:40:47 pooka Exp $
      2  1.3  perry #
      3  1.1    cgd #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      4  1.1    cgd 
      5  1.1    cgd DIR=	psd/20.ipctut
      6  1.1    cgd SRCS=	tutor.me
      7  1.1    cgd MACROS=	-me
      8  1.1    cgd EXTRA=	dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
      9  1.1    cgd 	socketpair.c strchkread.c streamread.c streamwrite.c \
     10  1.1    cgd 	udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
     11  1.1    cgd 
     12  1.1    cgd paper.ps: ${SRCS} ${EXTRA}
     13  1.4  pooka 	${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | \
     14  1.4  pooka 	    ${ROFF} ${MACROS} > ${.TARGET}
     15  1.1    cgd 
     16  1.1    cgd .include <bsd.doc.mk>
     17