SUS wants (they want the entire suite of SCCS commands, we don't have them, but we *had* the frontend, so we can have it again, and now). Add $FreeBSD$ where appropriate, don't revive PSD.doc/spell.ok.
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
DIR= psd/14.sccs
|
|
SRCS= sccs.me
|
|
MACROS= -me
|
|
|
|
paper.ps: ${SRCS}
|
|
${ROFF} ${SRCS} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|