1 2 3 4 5 6 7 8 9 10 11 12
--- Makefile.orig 2009-01-18 23:30:26.000000000 +0800 +++ Makefile 2009-01-18 23:31:22.000000000 +0800 @@ -80,6 +80,9 @@ # FreeBSD and DragonFly .if ${OS} == "FreeBSD" || ${OS} == "DragonFly" CFLAGS+= -DUSE_LIBUTIL_H +INCDIRS+= -Icompat +SRCS+= compat/vis.c +LIBS+= -lcrypt .endif OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}