Commit 5b16707e95d89d6a6b485bf3b26d4d340e2d9c6a

Guillem Jover 2009-05-20T05:13:31

Install nlist header and man page

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Makefile b/Makefile
index 11564e2..1ee08ac 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ LIB_INCLUDES := \
 	bsd/bsd.h \
 	bsd/cdefs.h \
 	bsd/stdlib.h \
+	nlist.h \
 	vis.h \
 	libutil.h
 
@@ -62,6 +63,7 @@ LIB_MANS := \
 	strlcpy.3 \
 	fgetln.3 \
 	fmtcheck.3 \
+	nlist.3 \
 	setmode.3 \
 	strmode.3 \
 	md5.3bsd