summaryrefslogtreecommitdiffstats
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
commitfc08cbd658772077746061992d1a10222eab1dff (patch)
tree7787a46736bb7d1ee30f9ca110119fbc08281232 /Makefile
parent5882fa0ffdfd3c74a320281e94d271a1da2f4838 (diff)
downloadmandoc-fc08cbd658772077746061992d1a10222eab1dff.tar.gz
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 \