diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-09-11 16:38:20 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-09-11 16:38:20 +0000 |
| commit | 192fc194bbfadde615f6243dba87b5970fc22347 (patch) | |
| tree | 0542b109d0c65c16beb52dd71204d9b08c95107a | |
| parent | 80ab7c0ed8a852ad9f36cd4fee124a31bc2543d2 (diff) | |
Notes
| -rw-r--r-- | share/misc/Makefile | 4 | ||||
| -rw-r--r-- | share/misc/init.ee | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 0b9c6c85db9c..6cf2e7cfbe5d 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,7 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.12 1998/04/11 20:45:14 phk Exp $ +# $Id: Makefile,v 1.13 1998/06/21 04:46:53 jkh Exp $ -FILES= ascii birthtoken bsd-family-tree eqnchar flowers inter.phone \ +FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee inter.phone \ iso3166 man.template mdoc.template operator scsi_modes NOOBJ= noobj diff --git a/share/misc/init.ee b/share/misc/init.ee index 4ff18d1ab97f..cc1534ed6ce8 100644 --- a/share/misc/init.ee +++ b/share/misc/init.ee @@ -1 +1,3 @@ -emacs noexpand nomargins +emacs +noexpand +nomargins |
