summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \