forked from Lainports/freebsd-ports
12 lines
320 B
Text
12 lines
320 B
Text
--- 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/}
|