mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:17:31 +00:00 
			
		
		
		
	FreeBSD needs compat/vis.c.
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: Makefile,v 1.99 2009-01-18 14:40:48 nicm Exp $
 | 
			
		||||
# $Id: Makefile,v 1.100 2009-01-18 15:18:33 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.SUFFIXES: .c .o .y .h
 | 
			
		||||
.PHONY: clean update-index.html upload-index.html
 | 
			
		||||
@@ -80,7 +80,10 @@ LIBS+= -lutil -lncurses
 | 
			
		||||
 | 
			
		||||
# FreeBSD and DragonFly
 | 
			
		||||
.if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
 | 
			
		||||
INCDIRS+= -Icompat
 | 
			
		||||
SRCS+= compat/vis.c
 | 
			
		||||
CFLAGS+= -DUSE_LIBUTIL_H
 | 
			
		||||
LIBS+= -lcrypt
 | 
			
		||||
.endif
 | 
			
		||||
 | 
			
		||||
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user