diff options
author | dt <dt@FreeBSD.org> | 1998-09-11 16:38:20 +0000 |
---|---|---|
committer | dt <dt@FreeBSD.org> | 1998-09-11 16:38:20 +0000 |
commit | ba6f5fedab6367a9afe4843a13a0b4a5e9ef9520 (patch) | |
tree | 3b070c9972c0f6de1893d7fef3a7e5dfb6c1840c /share/misc | |
parent | bc0a68481777596d794e4114b6e17059938c1c16 (diff) | |
download | FreeBSD-src-ba6f5fedab6367a9afe4843a13a0b4a5e9ef9520.zip FreeBSD-src-ba6f5fedab6367a9afe4843a13a0b4a5e9ef9520.tar.gz |
Install the file init.ee (after 1 year in the source tree).
Make it actually work.
Diffstat (limited to 'share/misc')
-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 0b9c6c8..6cf2e7c 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 4ff18d1..cc1534e 100644 --- a/share/misc/init.ee +++ b/share/misc/init.ee @@ -1 +1,3 @@ -emacs noexpand nomargins +emacs +noexpand +nomargins |