aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-04-22 22:03:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-04-22 22:03:22 +0000
commit1f555653eb03957679b5749f7ac779126c3c2627 (patch)
treee52ac360dfe3fecc8cfd73bb11e55d0241b27fa5 /Makefile
parent2cda3c176360e39d41c057136d83a3deac799b17 (diff)
downloadmandoc-1f555653eb03957679b5749f7ac779126c3c2627.tar.gz
mandoc-1f555653eb03957679b5749f7ac779126c3c2627.tar.zst
mandoc-1f555653eb03957679b5749f7ac779126c3c2627.zip
add a LICENSE file for clarity and for the convenience of porters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8523931..c9c8a844 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ TESTSRCS = test-fgetln.c \
test-strnlen.c \
test-strptime.c
-SRCS = Makefile \
+SRCS = LICENSE \
+ Makefile \
NEWS \
TODO \
apropos.1 \