NetBSD/share/doc/ps1/07.ipctut/Makefile

17 lines
491 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 6.5 (Berkeley) 1/2/91
1994-01-25 01:36:32 +03:00
# $Id: Makefile,v 1.6 1994/01/24 22:36:45 cgd Exp $
1993-03-21 12:45:37 +03:00
DIR= ps1/07.ipctut
DOC= 07.ipctut
1993-03-21 12:45:37 +03:00
SRCS= tutor.me
MACROS= -me
EXTRA= accept.grn dgramread.c dgramsend.c gremlins pipe.c pipe.grn \
socketpair.c socketpair.grn strchkread.c streamread.c streamwrite.c \
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
.include <bsd.doc.mk>
1993-03-21 12:45:37 +03:00
1994-01-25 01:36:32 +03:00
${DOC}.${PRINTER_TYPE}: ${SRCS} ${EXTRA}
( cd ${.CURDIR} ; ${TBL} ${SRCS} ) | ${GREMLIN} | ${ROFF} > ${.TARGET}