summaryrefslogtreecommitdiffstats
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1994-03-23 04:36:59 +0000
committeralm <alm@FreeBSD.org>1994-03-23 04:36:59 +0000
commitbe89471c9d6a4de60171c625d1b0ab147abb0770 (patch)
tree4b0e608c16c0dfe8beaba8e03e6035747472bad2 /bin/ed/Makefile
parente5072b4eb54bf8b59e1b47c4fc8d7f81c6b5a80c (diff)
downloadFreeBSD-src-be89471c9d6a4de60171c625d1b0ab147abb0770.zip
FreeBSD-src-be89471c9d6a4de60171c625d1b0ab147abb0770.tar.gz
use umask 077 for buffer file
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index a99763c..7ecca79 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,5 +1,5 @@
PROG= ed
-SRCS= buf.c cbc.c glob.c io.c main.c re.c sub.c undo.c
+SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1
OpenPOWER on IntegriCloud