diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 07:28:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 07:28:37 +0000 |
commit | 34b02e36f2c2b9436aecb84d1b2956db6c124910 (patch) | |
tree | 9f835682e6e64803b74caae216f477c8edf663aa | |
parent | 79fbc045669f600ca8934f6d680040c507360fc6 (diff) |
tidy Makefiles;
ok deraadt@
-rw-r--r-- | share/doc/psd/Makefile | 16 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 13 | ||||
-rw-r--r-- | share/doc/usd/Makefile | 17 |
3 files changed, 14 insertions, 32 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index f906204cd8f..5a1a9dd4f1a 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -1,15 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2001/02/03 08:15:02 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 2004/02/10 07:28:36 jmc Exp $ - -# The following modules do not build/install: -# 10.gdb, 13.rcs - -# Missing: -# 07.pascal 14.sccs 17.m4 - -# Missing from 4.4BSD-Lite: -# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io -# 11.adb 15.yacc 16.lex +# Missing or not installed: +# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang +# 07.pascal 08.f77 09.f77io 11.adb +# 12.make 13.rcs 14.sccs 15.yacc 17.m4 DOCDIR= /usr/share/doc/psd FILES= 00.contents Makefile Title diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 7403c89ab98..955e98f8601 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,14 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2003/11/10 20:32:17 otto Exp $ +# $OpenBSD: Makefile,v 1.5 2004/02/10 07:28:36 jmc Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# The following modules do not build/install: -# 10.named, 13.amd - -# Missing: -# 02.config - -# Missing from 4.4BSD-Lite: -# 14.uucpimpl 15.uucpnet 16.security +# Missing or not installed: +# 02.config 14.uucpimpl +# 15.uucpnet 16.security 18.net DOCDIR= /usr/share/doc/smm FILES= 00.contents Makefile Title diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 631ce7f9bee..c616541fc09 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -1,16 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2003/08/09 09:00:14 jmc Exp $ +# $OpenBSD: Makefile,v 1.5 2004/02/10 07:28:36 jmc Exp $ - -# The following modules do not build/install: -# 08.mh - -# Missing: -# 13.viref 14.jove 28.bib - -# Missing from 4.4BSD-Lite: -# 03.shell 05.dc 06.bc 11.vitut -# 12.exref 21.troff 22.trofftut 23.eqn 24.eqnguide -# 25.tbl 26.refer 27.invert 29.diction +# Missing or not installed: +# 02.learn 03.shell 05.dc 08.mh 14.jove +# 21.troff 22.trofftut 23.eqn 24.eqnguide +# 25.tbl 26.refer 27.invert 28.bib 29.diction DOCDIR= /usr/share/doc/usd FILES= 00.contents Makefile Title |