summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-05-20 05:13:31 +0200
committerGuillem Jover <guillem@hadrons.org>2009-05-20 05:13:31 +0200
commit5b16707e95d89d6a6b485bf3b26d4d340e2d9c6a (patch)
treede555969d4b7fd9faa894f4dc53cdcd6c32c6570 /Makefile
parent1f0b016e97611a35151eca4952277211a0ee4656 (diff)
downloadlibbsd-5b16707e95d89d6a6b485bf3b26d4d340e2d9c6a.tar.gz
Install nlist header and man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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