mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Adjust include paths.
This commit is contained in:
parent
d34ef3d62b
commit
97d6478890
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7320
@ -7,11 +7,11 @@ SRCS+= perl.c perly.c regcomp.c regexec.c
|
||||
SRCS+= stab.c str.c toke.c util.c
|
||||
SRCS+= usersub.c curses.c
|
||||
|
||||
CFLAGS+= -DDEBUGGING -I${.CURDIR}/..
|
||||
CFLAGS+= -DDEBUGGING -I${.CURDIR}/../perl
|
||||
LDADD+= -lncurses -ltermcap -ltermlib -lcrypt -lm
|
||||
DPADD+= ${LIBNCURSES} ${LIBTERMCAP} ${LIBTERMLIB} ${LIBCRYPT} ${LIBM}
|
||||
CLEANFILES+= curses.c
|
||||
VPATH+= ${.CURDIR}/..
|
||||
VPATH+= ${.CURDIR}/../perl
|
||||
NOMAN= yes
|
||||
|
||||
curses.c: curses.mus
|
||||
|
Loading…
Reference in New Issue
Block a user