aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tmux/files/patch-Makefile
blob: 4882538006ac21c4b51dcc628ea1b2ca1752e09e (plain) (blame)
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/}