diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 \ |