diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,12 +5,12 @@ # LIB_SRCS := arc4random.c bsd_getopt.c err.c fgetln.c inet_net_pton.c \ - strlcat.c strlcpy.c md5c.c fmtcheck.c progname.c + strlcat.c strlcpy.c md5c.c fmtcheck.c progname.c vis.c unvis.c LIB_SRCS := $(patsubst %,src/%,$(LIB_SRCS)) -LIB_INCLUDES := err.h getopt.h ip_icmp.h random.h queue.h md5.h string.h \ - bsd.h cdefs.h stdlib.h -LIB_INCLUDES := $(patsubst %,include/bsd/%,$(LIB_INCLUDES)) +LIB_INCLUDES := bsd/err.h bsd/getopt.h bsd/ip_icmp.h bsd/random.h bsd/queue.h bsd/md5.h bsd/string.h \ + bsd/bsd.h bsd/cdefs.h bsd/stdlib.h vis.h +LIB_INCLUDES := $(patsubst %,include/%,$(LIB_INCLUDES)) LIB_MANS := arc4random.3 strlcpy.3 fgetln.3 fmtcheck.3 LIB_MANS := $(patsubst %,man/%,$(LIB_MANS)) |