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