mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 09:28:51 +00:00
FreeBSD needs compat/vis.c.
This commit is contained in:
parent
f62d58e1fb
commit
ed6f44b01f
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
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -80,7 +80,10 @@ LIBS+= -lutil -lncurses
|
|||||||
|
|
||||||
# FreeBSD and DragonFly
|
# FreeBSD and DragonFly
|
||||||
.if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
|
.if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
|
||||||
|
INCDIRS+= -Icompat
|
||||||
|
SRCS+= compat/vis.c
|
||||||
CFLAGS+= -DUSE_LIBUTIL_H
|
CFLAGS+= -DUSE_LIBUTIL_H
|
||||||
|
LIBS+= -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
|
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
|
||||||
|
Loading…
Reference in New Issue
Block a user