mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
14 lines
356 B
Makefile
14 lines
356 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= psd/20.ipctut
|
|
SRCS= tutor.me
|
|
MACROS= -me
|
|
EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
|
|
socketpair.c strchkread.c streamread.c streamwrite.c \
|
|
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
|
|
USE_SOELIM= YES
|
|
USE_PIC= YES
|
|
USE_TBL= YES
|
|
|
|
.include <bsd.doc.mk>
|