aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-14 17:45:14 +0300
committerCem Keylan <cem@ckyln.com>2021-07-14 17:45:14 +0300
commit46277b013e8c1607cabc87c6da7c5f674b007ed9 (patch)
treeb6a0719d2e3eb41a0132a58eeb8f7663066e4ce2
parent621b4bddbd0e94a1ba5b2975c2332758b11a3e0a (diff)
downloadotools-46277b013e8c1607cabc87c6da7c5f674b007ed9.tar.gz
ed: .gitignore and Makefile fixes
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3a549cc..d20e6bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.o
/diff
/doas
+/ed
/m4
/mandoc
/md5
diff --git a/Makefile b/Makefile
index d0ff43b..71eb1c6 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,6 @@ MAN = \
usr.bin/diff/diff.1 \
usr.bin/doas/doas.1 \
usr.bin/doas/doas.conf.5 \
- bin/ed/ed.1
usr.bin/mandoc/apropos.1 \
usr.bin/mandoc/makewhatis.8 \
usr.bin/mandoc/man.1 \
@@ -70,6 +69,7 @@ MAN = \
usr.bin/m4/m4.1 \
usr.bin/nc/nc.1 \
usr.bin/patch/patch.1 \
+ bin/ed/ed.1 \
bin/md5/md5.1 \
bin/md5/cksum.1 \
bin/pax/cpio.1 \