10 lines
177 B
Makefile
10 lines
177 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
|
|
# $Id$
|
|
|
|
VOLUME= psd/12.make
|
|
SRCS= tutorial.ms
|
|
MACROS= -ms
|
|
SRCDIR= ${.CURDIR}/../../../../usr.bin/make/PSD.doc
|
|
|
|
.include <bsd.doc.mk>
|