diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-22 10:41:12 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-22 10:41:12 +0000 |
commit | 718daeaaf195d4b8632d384b7025e56f1c5ec752 (patch) | |
tree | 09c9b6858df1326d1e49605cc251264ae8ac37f6 /share/doc/psd/16.lex | |
parent | 0c2fe74da89035a0abd3cf4496ed279da8a76683 (diff) |
Fixed build of recently added legacy docs.
Reviewed by: grog
Notes
Notes:
svn path=/head/; revision=97099
Diffstat (limited to 'share/doc/psd/16.lex')
-rw-r--r-- | share/doc/psd/16.lex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/doc/psd/16.lex/Makefile b/share/doc/psd/16.lex/Makefile index 4995027a2457..c8745fed762a 100644 --- a/share/doc/psd/16.lex/Makefile +++ b/share/doc/psd/16.lex/Makefile @@ -1,9 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -DIR= psd/16.lex +VOLUME= psd/16.lex SRCS= lex.ms MACROS= -ms -GROFF= groff .include <bsd.doc.mk> |