summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-01-28 20:00:16 +0300
committerIgor Pashev <pashev.igor@gmail.com>2012-01-28 20:00:16 +0300
commit388bc95473c1bcb99fdca92183399740e23ed73d (patch)
tree58b1330f68ecdd3f3d200ebcd9c64b908fd2d1a3
parent0acd86f6eb1637b54911428d067e15c9a414c883 (diff)
downloadlibbsd-388bc95473c1bcb99fdca92183399740e23ed73d.tar.gz
Disable nlist
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aa3acb5..a1b24bb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,6 @@ LIB_SRCS := \
strtonum.c \
strlcat.c strlcpy.c \
fmtcheck.c \
- nlist.c \
progname.c \
radixsort.c \
vis.c unvis.c \
@@ -74,10 +73,8 @@ LIB_INCLUDES := \
bsd/stdlib.h \
bsd/readpassphrase.h \
bsd/unistd.h \
- bsd/nlist.h \
bsd/vis.h \
bsd/libutil.h \
- nlist.h \
vis.h \
libutil.h
@@ -104,7 +101,6 @@ LIB_MANS := \
mergesort.3 \
radixsort.3 \
sradixsort.3 \
- nlist.3 \
pidfile.3 \
setmode.3 \
getmode.3 \