diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-22 11:55:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-22 11:55:47 +0000 |
| commit | 37d1dbf01d9c30bbfe6fe170fcf7417960bfed0a (patch) | |
| tree | 9fc14432ffea535ed42a767bdfffb0fcf6b3f2e5 /share/doc/psd | |
| parent | 311186052049f4775b44189a65893b23257f850f (diff) | |
Notes
Diffstat (limited to 'share/doc/psd')
| -rw-r--r-- | share/doc/psd/14.sccs/Makefile | 9 | ||||
| -rw-r--r-- | share/doc/psd/Makefile | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/share/doc/psd/14.sccs/Makefile b/share/doc/psd/14.sccs/Makefile new file mode 100644 index 0000000000000..2d359a9e3477d --- /dev/null +++ b/share/doc/psd/14.sccs/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ + +VOLUME= psd/14.sccs +SRCS= sccs.me +MACROS= -me +SRCDIR= ${.CURDIR}/../../../../usr.bin/sccs/PSD.doc + +.include <bsd.doc.mk> diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 28a5cbfbb90a1..8f62324258c7e 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -9,11 +9,11 @@ # The following previously encumbered files have not yet been added to # the tree: -# 11.adb 14.sccs +# 11.adb SUBDIR= title contents SUBDIR+= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang 12.make -SUBDIR+= 13.rcs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc +SUBDIR+= 13.rcs 14.sccs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc # The following modules don't appear in the O'Reilly book, but # are in the 4.4BSD distribution. |
