diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-12 20:58:10 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-12 20:58:10 +0000 |
commit | 1b3a308b0eebda837c1b87bfdfa8e2c805b7f375 (patch) | |
tree | db82b5b664bdd4a541bc50117f1080accb698576 /share/doc/usd | |
parent | 8ed96aeb90eaab4284457f50d3deeff211a8573d (diff) | |
download | FreeBSD-src-1b3a308b0eebda837c1b87bfdfa8e2c805b7f375.zip FreeBSD-src-1b3a308b0eebda837c1b87bfdfa8e2c805b7f375.tar.gz |
Other part of Makefile spam fix.
Diffstat (limited to 'share/doc/usd')
-rw-r--r-- | share/doc/usd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 987f0c3..763cb24 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 4/20/94 -# $Id$ +# $Id: Makefile,v 1.2 1995/01/11 03:23:59 wollman Exp $ # The following modules are encumbered: # 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15.sed 16.awk @@ -9,11 +9,8 @@ # The following modules are not provided: # 14.jove -# The following modules use -me (which doesn't work) -# 19.memacros 20.meref 30.rogue 31.trek - BINDIR= /usr/share/doc/usd SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \ - 18.msdiffs + 18.msdiffs 19.memacros 20.meref 30.rogue 31.trek .include <bsd.subdir.mk> |